Unit 'AVL_Tree' Package
[Overview][Types][Classes][Variables][Index] [#fcl]

TAVLTree.NewNode

Create a new tree node.

Declaration

Source position: avl_tree.pp line 114

public function TAVLTree.NewNode: TAVLTreeNode; virtual;

Function result

The newly created tree node.

Description

NewNode creates a new node, but does not insert it in the tree. It will use the node manager if that is set. If it is not set then the TAVLTree.NodeClass class is used to create a new node.

See also

TAVLTree.NodeClass

  

Node class to create.

TAVLTree.Add

  

Add a new node to the tree.

TAVLTree.DisposeNode

  

Dispose of a node outside of the tree.


Documentation generated on: Jul 24 2023