Click or drag to resize

TreeView.DeleteItem Method (Symbol)

X#
Delete a tree view item.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.21
Syntax
 VIRTUAL METHOD DeleteItem(
	symName AS SYMBOL
) AS LOGIC
Request Example View Source

Parameters

symName
Type: Symbol
The symbolic name of the tree view item to be deleted.

Return Value

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