[Overview][Types][Classes][Variables][Index] |
Remove a pointer item from the list.
Source position: avl_tree.pp line 124
public function TAVLTree.RemovePointer( |
Data: Pointer |
):Boolean; |
Data |
|
Pointer to remove from the tree |
True if the pointer was found and removed, False if not.
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 |