Navigation: Code Documentation > RSCommon > GTree > Classes > TGCustomTreeNode > Methods
TGCustomTreeNode.GetParent Method
Returns the node that is the parent of the current node, or nil if this is the top node of the tree.
Namespace: GTree
Delphi
protected function GetParent: TGCustomTreeNode; virtual;
Return Value
Type: TGCustomTreeNode
•GTree.TGCustomTreeNode.Parent
•GTree.TGCustomTreeNode.Child[Integer]
•GTree.TGCustomTreeNode.ChildCount
•TGCustomTreeNode
•GTree