SaveAsDialog Constructor | |
Construct a standard SaveAs dialog box.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax CONSTRUCTOR(
oOwnWnd,
cInitPath,
dwFlag
) CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public SaveAsDialog(
Usual oOwnWnd = default,
Usual cInitPath = default,
Usual dwFlag = default
)
Request Example
View SourceParameters
- 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