Click or drag to resize

SaveAsDialog Constructor

X#
Construct a standard SaveAs 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 SaveAsDialog object.
cInitPath (Optional)
Type: Usual
The preset file name to display in the dialog. Use this, for example, to prompt the user with the current name of the file. You can also specify wild-cards, such as *.TXT. The default is a NULL_STRING.
dwFlag (Optional)
Type: Usual
Reserved for future use.
See Also