Check consistency of the node and below nodes.
Source position: avl_tree.pp line 60
| public procedure TAVLTreeNode.ConsistencyCheck( | 
| Tree: TAVLTree | 
| ); virtual; | 
| Tree | 
 | Tree to which node belongs. | 
ConsistencyCheck checks whether the node and nodes below are consistent, i.e. the nodes are still ordered correctly: left nodes are before right nodes.
If an inconsistency is detected, an exception is raised.