Source position: exec.pas line 1364
function AVL_FindNextNodeByKey(
Node: PAVLNode;
Key: Pointer;
func: PAVLKEYCOMP
):PAVLNode;