Click or drag to resize

TreeView.GetParentItem Method

X#
Return a tree view item's parent item.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD GetParentItem(
	symItem
) AS USUAL CLIPPER
Request Example View Source

Parameters

symItem (Optional)
Type: Usual
The symbolic name of the tree view item whose parent item you want to obtain.

Return Value

Type: Usual
The parent tree view item of the specified item.
See Also