Navigation: Code Documentation > RSCommon > GTree > Classes > TGCustomTreeNode > Methods
TGCustomTreeNode.InsertParent(TGCustomTreeNode) Method
Inserts the given node as the new parent of the current node. The current node is returned.
Namespace: GTree
Delphi
public function InsertParent( Node: TGCustomTreeNode ): TGCustomTreeNode; virtual;
Parameters
Node
Type: TGCustomTreeNode
•GTree.TGCustomTreeNode.AddChild(TGCustomTreeNode)
•GTree.TGCustomTreeNode.InsertChild(Integer)
•GTree.TGCustomTreeNode.NewChild
•GTree.TGCustomTreeNode.Parent
•TGCustomTreeNode
•GTree