Navigation: Code Documentation > RSCommon > GTree > Classes > TGBinaryTreeNode > Properties
TGBinaryTreeNode.Parent Property
Returns the parent node of the current node or nil if this is the top node in the tree.
Namespace: GTree
Delphi
published property Parent: TGBinaryTreeNode read GetBinaryParent;
Property Value
Type: TGBinaryTreeNode
•GTree.TGBinaryTreeNode.Left
•GTree.TGBinaryTreeNode.Right
•GTree.TGBinaryTreeNode.Owner
•TGBinaryTreeNode
•GTree