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