Searches all expanded nodes for the tree node at the specified position.
Source position: comctrls.pp line 3659
public function TCustomTreeView.GetNodeAt( |
X: Integer; |
Y: Integer |
):TTreeNode; |
X |
|
Horizontal coordinate for the the node or row. |
Y |
|
Vertical coordinate for the tree node or row. |
Visible tree node at the specified position, or Nil when not found.