Move to next node in the tree.
Source position: avl_tree.pp line 84
| public function TAVLTreeNodeEnumerator.MoveNext: Boolean; | 
Next node.
MoveNext will return the lowest node in the tree to start with, and for all other calls returns the successor node of the current node with TAVLTree.FindSuccessor.
| 
 | Find successor to node. |