Click or drag to resize

ExplorerWindow Constructor

X#
Construct an ExplorerWindow object.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 CONSTRUCTOR(
	oOwner,
	lLabels,
	symTreeViewClassName,
	symListViewClassName
) CLIPPER
Request Example View Source

Parameters

oOwner (Optional)
Type: Usual
The window that owns the explorer window.
lLabels (Optional)
Type: Usual
A logical value that is TRUE if you want to create a four-pane explorer window (a four-pane explorer window contains 'labels', or fixed text controls) and FALSE if you want to create a two-pane explorer window. If omitted, the default is TRUE.
symTreeViewClassName (Optional)
Type: Usual
The symbolic name of the TreeView class.
symListViewClassName (Optional)
Type: Usual
The symbolic name of the ListView class.
See Also