Navigation: Code Documentation > RSCommon > GTree > Classes > TGBinaryTreeNode
TGBinaryTreeNode Properties
Name
Description
Item
Represents property Item.
Left
* Specifies the left child of the current node.
Owner
Returns the binary tree that this node belongs to.
Parent
Returns the parent node of the current node or nil if this is the top node in the tree.
Right
Specifies the right child of the current node.
Top