Click or drag to resize

TreeView Constructor

X#
Construct a tree view.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 CONSTRUCTOR(
	oOwner,
	xID,
	oPoint,
	oDimension,
	kStyle
) CLIPPER
Request Example View Source

Parameters

oOwner (Optional)
Type: Usual
The window that owns the tree view.
xID (Optional)
Type: Usual
The unique ID of the tree view (between 1 and 8000).
oPoint (Optional)
Type: Usual
The origin of the tree view in canvas coordinates.
oDimension (Optional)
Type: Usual
The dimension of the tree view in canvas coordinates.
kStyle (Optional)
Type: Usual
The style of the tree view.
See Also