Gets the tree node at the specified coordinates which has a visible expand indicator, or Nil.
Source position: comctrls.pp line 3718
public function TCustomTreeView.GetNodeWithExpandSignAt( |
X: Integer; |
Y: Integer |
):TTreeNode; |
X |
|
Horizontal coordinate examined in the method. |
Y |
|
Vertical coordinate examined in the method. |
Tree node at the specified position, or Nil.
| Version 4.6 | Generated 2026-02-20 | Home |