TVideoGrabber.OnFilterSelected

Prev

Next

TVideoGrabber

Events

 




































































































Occurs when a filter is selected.


Declaration
property OnFilterSelected: TOnFilterSelected read FOnFilterSelected write FOnFilterSelected;


__property TOnFilterSelected OnFilterSelected==FOnFilterSelected, write=FOnFilterSelected;


Event OnFilterselected (FilterName as String, ByRef RejectFilter as Boolean)

Description

This TOnFilterSelected event occurs when filters are selected automatically when constructing the graph.
The FilterName parameter lets you know what is the filter selected.
The RejectFilter parameter lets you reject the filter.