TVideoGrabber.ThirdPartyFilter_ShowDialog

Prev

Next

TVideoGrabber

Methods

 




































































































Shows a third-party dialog.


Declaration
function ThirdPartyFilter_ShowDialog(Location: TThirdPartyFilterList; Index: LongInt): Boolean;


bool __fastcall ThirdPartyFilter_ShowDialog(TThirdPartyFilterList Location, int Index)


Function ThirdPartyFilter_ShowDialog(Location As TxThirdPartyFilterList, Index As Long) As Boolean

Description

Used to pop-up a third-party filter dialog, if available.
Location: TThirdPartyFilterList list in which the filter has been added with ThirdPartyFilter_AddToList .
index: Index of the filter in the Location list. This index is the one returned by ThirdPartyFilter_AddToList .


See Also
TThirdPartyFilterList TOnThirdPartyFilterConnected OnThirdPartyFilterConnected ThirdPartyFilter_AddToList ThirdPartyFilter_ClearList ThirdPartyFilter_Enable ThirdPartyFilter_RemoveFromList