Adds a new node with the specified Item and Priority to the tree. The new node is returned.
The node will be inserted into the tree in order to keep the priority order. The tree will be rebalanced as needed.
Namespace: GTree
Delphi |
public |
Parameters
Item
Type: System.Void
Priority
Type: Integer
Type: TGHeightBalancedTreeNode