ThirdPartyFilter_ShowDialog
method
Delphi
function ThirdPartyFilter_ShowDialog (Location: TThirdPartyFilterList; GUIDString: string): Boolean;
C++Builder
bool __fastcall ThirdPartyFilter_ShowDialog(TThirdPartyFilterList Location, System::UnicodeString GUIDString);
C#
public bool ThirdPartyFilter_ShowDialog(TThirdPartyFilterList Location, string GUIDString);
VB.NET
Public Function ThirdPartyFilter_ShowDialog(Location As TThirdPartyFilterList, GUIDString As String) As Boolean
C++/Qt
BOOL ThirdPartyFilter_ShowDialog (TThirdPartyFilterList Location, wchar_t *GUIDString);
Pops 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.