[Overview][Classes][Index] |
Remove a pointer item from the list.
Source position: avl_tree.pp line 99
public procedure TAVLTree.RemovePointer( |
Data: Pointer |
); |
Data |
|
Pointer to remove from the tree |
Remove uses FindPointer to find the node associated with the pointer Data and, if found, deletes it from the tree. Only the first occurrence of Data will be removed.
|
Remove a data item from the list. |
|
|
Delete a node from the tree |
|
|
Clears the tree |