VisioForge Video Capture SDK (Delphi / ActiveX)
ContentsIndexHome
PreviousUpNext
TVFVideoCapture.DirectShow_Filter_Has_Dialog Method

Returns if the DirectShow filter has a settings dialog box.

Pascal
function DirectShow_Filter_Has_Dialog(name: WideString; PageType: TVFPropertyPage Enumeration): Boolean;
C++
__fastcall Boolean DirectShow_Filter_Has_Dialog(BSTR name, TVFPropertyPage PageType);
C#
public Boolean DirectShow_Filter_Has_Dialog(String name, TVFPropertyPage Enumeration PageType);
Visual Basic
Public Function DirectShow_Filter_Has_Dialog(name As String, PageType As TVFPropertyPage) As Boolean
Java
public Boolean DirectShow_Filter_Has_Dialog(string name, TVFPropertyPage PageType);
IDL
Boolean DirectShow_Filter_Has_Dialog(BSTR name, TVFPropertyPage PageType);
JavaScript
DirectShow_Filter_Has_Dialog
PHP
public Boolean DirectShow_Filter_Has_Dialog($name, TVFPropertyPage $PageType);
Parameters 
Description 
name: WideString 
Filter name. 
PageType: TVFPropertyPage 
Page type. 

Returns if the DirectShow filter has a settings dialog box, otherwise method returns .

Copyright (c) 2012. All rights reserved.
What do you think about this topic? Send feedback!