Back to Devexpress

TdxCustomTreeView.GetSelections(TList) Method

vcl-dxtreeview-dot-tdxcustomtreeview-dot-getselections-x28-system-dot-classes-dot-tlist-x29.md

latest893 B
Original Source

TdxCustomTreeView.GetSelections(TList) Method

Populates the specified list with all selected nodes.

Declaration

delphi
function GetSelections(AList: TList): TdxTreeViewNode;

Parameters

NameTypeDescription
AListTList

A list that the procedure populates with nodes.

|

Returns

TypeDescription
TdxTreeViewNode

The last selected node if the Tree View has selection; otherwise, nil (in Delphi) or nullptr (in C++Builder).

|

See Also

TdxCustomTreeView Class

TdxCustomTreeView Members

dxTreeView Unit