Click or drag to resize

OpenDialog Constructor

X#
Construct a standard "file open" dialog box.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 CONSTRUCTOR(
	oOwnWnd,
	cInitPath,
	dwFlag
) CLIPPER
Request Example View Source

Parameters

oOwnWnd (Optional)
Type: Usual
The window that owns the dialog box.
cInitPath (Optional)
Type: Usual
The name of the file that is initially selected when the dialog is first shown (i.e., *.* or *.TXT). The default is *.*, which means all files and their extensions.
dwFlag (Optional)
Type: Usual
Reserved for future use.
Remarks
Tip Tip
If the :SetFilter( ) method is going to be used, cFileName must be specified as "" because without this the filter will have no effect and the default of "*.*" will take effect so as to show all files.
See Also