Destroy the TAVLTree instance.
Source position: avl_tree.pp line 116
| public destructor TAVLTree.Destroy; override; | 
Destroy clears the nodes (the node data is not freed) and then destroys the TAVLTree instance.
| 
 | Clears the tree. | |
| 
 | Create a new instance of TAVLTree. |