Navigation: Code Documentation > RSCommon > GTree > Classes > TGCustomTree > Methods
TGCustomTree.NewNode Method
Constructs a new node for the trees. It is not attached to the other nodes of the tree. Call the TGCustomTreeNode.AddChild method to attach the node to another node in the tree.
Namespace: GTree
Delphi
public function NewNode: TGCustomTreeNode; virtual;
Return Value
Type: TGCustomTreeNode
•GTree.TGCustomTreeNode.AddChild(TGCustomTreeNode)
•GTree.TGCustomTree.Root
•DeleteNode
•GTree.TGCustomTree.Clear
•TGCustomTree
•GTree