TcxCustomTreeList.GetNodeAt(Integer,Integer) Method
Returns the node by the specified coordinates.
Declaration
function GetNodeAt(X: Integer; Y: Integer): TcxTreeListNode;
Parameters
| Name | Type |
|---|---|
| X | Integer |
| Y | Integer |
Returns
| Type |
|---|
| TcxTreeListNode |
Remarks
X and Y specify the node’s upper-left corner, in tree list coordinates. If the specified coordinates are not valid, nil will be returned.
This method is used internally.
See Also