Navigation: Code Documentation > RSCommon > GTree > Classes > TGHeightBalancedTree > Methods
TGHeightBalancedTree.NewNode(Integer) Method
Creates a new node with the specified priority. The node is not attached to the tree.
Namespace: GTree
Delphi
public function NewNode( Priority: Integer ): TGHeightBalancedTreeNode; reintroduce; overload; virtual;
Parameters
Priority
Type: Integer
Type: TGHeightBalancedTreeNode
•GTree.TGHeightBalancedTreeNode
•GTree.TGHeightBalancedTree.Add(TRSTreeItem,Integer,TGHeightBalancedTreeNode)
•GTree.TGHeightBalancedTree.Delete(TRSTreeItem,Integer)
•GTree.TGCustomTreeNode.AddChild(TGCustomTreeNode)
•GTree.TGHeightBalancedTree.Root
•DeleteNode
•Clear
•TGHeightBalancedTree
•GTree