Back to Devexpress

TdxCustomTreeView.GetNodeAtPos(TPoint,TdxTreeViewNode) Method

vcl-dxtreeview-dot-tdxcustomtreeview-dot-getnodeatpos-x28-system-dot-types-dot-tpoint-dxtreeview-dot-tdxtreeviewnode-x29.md

latest964 B
Original Source

TdxCustomTreeView.GetNodeAtPos(TPoint,TdxTreeViewNode) Method

Returns the tree node to which the specified point belongs.

Declaration

delphi
function GetNodeAtPos(const P: TPoint; out ANode: TdxTreeViewNode): Boolean;

Parameters

NameTypeDescription
PTPoint

A point within the Tree View control’s client area.

| | ANode | TdxTreeViewNode |

A target node.

|

Returns

TypeDescription
Boolean

True if the specified point belongs to a tree node; otherwise, False.

|

See Also

TdxCustomTreeView Class

TdxCustomTreeView Members

dxTreeView Unit