Click or drag to resize

TreeView.Expand Method (Symbol, Logic)

X#
Expand a tree view item, showing its child items.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD Expand(
	symName AS SYMBOL,
	lAll AS LOGIC
) AS USUAL
Request Example View Source

Parameters

symName
Type: Symbol
The symbolic name of the tree view item to be expanded.
lAll
Type: Logic
If lAll is TRUE(default = FALSE), the operation is done for the complete subtree of the specified item.

Return Value

Type: Usual
TRUE if successful; otherwise, FALSE.
See Also