ImageEn, unit ieds

TIEDirectShow.ShowPropertyPages

TIEDirectShow.ShowPropertyPages


Declaration

function ShowPropertyPages(proppages: TIEPropertyPages; proptype: TIEPropertyPagesType; checkOnly: boolean=false): boolean;


Description

Shows a dialog for the specified filter of the filter graph.

proppages: Specifies the filter
proptype: Whether the dialog is for input, output or common filter properties
checkOnly: If True, the dialog will not be displayed, only determines if it is available (i.e. check the return value to determine whether the dialog is available)

Return False if it fails.