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

TAVLTreeNode.Clear

Clears the node's data

Declaration

Source position: avl_tree.pp line 41

public procedure TAVLTreeNode.Clear;

Description

Clear clears all pointers and references in the node. It does not free the memory pointed to by these references.

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