ThirdPartyFilter_RemoveFromList
TVideoGrabber.ThirdPartyFilter_RemoveFromList |
||||
|
|
|
Removes a third-party filter from a list.
Declaration
function ThirdPartyFilter_RemoveFromList(Location: TThirdPartyFilterList; Index: LongInt): Boolean;
bool __fastcall ThirdPartyFilter_RemoveFromList(TThirdPartyFilterList Location, int Index)
Function ThirdPartyFilter_RemoveFromList(Location As TxThirdPartyFilterList, Index As Long) As Boolean
Description
Used to remove a third-party filter currently inserted in a list.
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_ShowDialog
Created with the Personal Edition of HelpNDoc: Elevate Your Help Documentation with a Help Authoring Tool