Navigation: Code Documentation > RSCommon > GTree > Classes > TGBinaryTree > Properties
TGBinaryTree.Root Property
Specifies the top-level, root node of the tree.
Changing the root node deletes the current root node and all of its children.
Namespace: GTree
Delphi
public property Root: TGBinaryTreeNode read GetRoot write SetRoot;
Property Value
Type: TGBinaryTreeNode
•TGBinaryTree
•GTree