Navigation: Code Documentation > RSCommon > GTree > Classes > TGTreeNode
TGTreeNode Properties
Name
Description
Child[Integer]
Specifies the child nodes of the current node.
Use the Child and ChildCount properties to iterate over all the children of the current node.
Owner
Returns the 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.
Top