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