Find the next node to the right with the next higher value.
Source position: avglvltree.pas line 74
public function TAvgLvlTree.FindSuccessor(
ANode: TAvgLvlTreeNode
):TAvgLvlTreeNode;