[Overview][Classes][Index] Reference for unit 'AVL_Tree' (#fcl)

TAVLTreeNode.Destroy

Free the node

Declaration

Source position: avl_tree.pp line 44

public destructor TAVLTreeNode.Destroy; override;

Description

Destroy frees the current node. It does not free the left or right or data nodes.

See also

Clear

  

Clears the node's data

The latest version of this document can be found at lazarus-ccr.sourceforge.net.