Clears the node's data.
Source position: avl_tree.pp line 58
public procedure TAVLTreeNode.Clear;
Clear clears all pointers and references in the node. It does not free the memory pointed to by these references.