Source position: exec.pas line 1883
function AVL_FindNextNodeByKey(
const Root: PAVLNode;
Key: Pointer;
Func: Pointer
):PAVLNode;