Create a new instance of TAVLTree.
Source position: avl_tree.pp line 113
| public constructor TAVLTree.Create( | 
| const OnCompareMethod: TListSortCompare | 
| ); | 
| OnCompareMethod | 
 | Alternative node comparison method. | 
Create initializes a new instance of TAVLTree. An alternate OnCompare can be provided: the default OnCompare method compares the 2 data pointers of a node.
| 
 | Compare function used when comparing nodes. |