TreeView: GetNodeAt equivalent?

The regular TreeView has a "GetNodeAt" method that returns the node that is at the given x, y coordinate. That is really usefull for things like drag-and-drop, mouse handling and similar.


What is the equivalent wit the TTMSFNCTreeView?

The equivalent is XYToNode(X, Y);

Thank you very much