Click or drag to resize

TreeViewItem Constructor (Typed)

X#
Construct a tree view item.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 CONSTRUCTOR(
	sName,
	cTextVal,
	uVal,
	iImage,
	iSelImage
) CLIPPER
Request Example View Source

Parameters

sName (Optional)
Type: Usual
The symbolic name for the tree view item.
cTextVal (Optional)
Type: Usual
The text value of the tree view item.
uVal (Optional)
Type: Usual
The usual value associated with the tree view item.
iImage (Optional)
Type: Usual
A numeric value that represents the index of the tree view item's image in the image list.
iSelImage (Optional)
Type: Usual
A numeric value that represents the index of the tree view item's selected image in the image list.
See Also