Click or drag to resize

SaveAsDialog Constructor (Typed)

X#
Construct a standard SaveAs dialog box.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 CONSTRUCTOR(
	 oOwnWnd AS Window,
	 cInitPath AS STRING
)
Request Example View Source

Parameters

oOwnWnd
Type: Window
The window that owns the SaveAsDialog object.
cInitPath
Type: String
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.
See Also