Click or drag to resize

StandardFolderDialog Constructor (Typed)

X#
Construct a standard folder dialog.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 CONSTRUCTOR(
	oOwner,
	sCaption,
	sStartFolder,
	kType
) CLIPPER
Request Example View Source

Parameters

oOwner (Optional)
Type: Usual
The window that owns the standard folder dialog.
sCaption (Optional)
Type: Usual
The caption of the standard folder dialog. The default is 'Browser Folder'.
sStartFolder (Optional)
Type: Usual
The starting folder for the browse.
kType (Optional)
Type: Usual
Any _ORed combination of the following constants: Returns only file system directories (default). Does not include network folders below the domain level. Returns only computers. Returns only printers. The browse dialog includes files and folders.
Remarks
The standard folder dialog allows the user to browse for directories, as well as for printers and computers.
See Also