Vcl.ComCtrls.TCustomTreeView.GetSelections
Delphi
function GetSelections(AList: TList): TTreeNode;
C++
TTreeNode* __fastcall GetSelections(System::Classes::TList* AList);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | Vcl.ComCtrls.pas Vcl.ComCtrls.hpp |
Vcl.ComCtrls | TCustomTreeView |
Description
Obtain selections list.
GetSelections clears AList and copies all selected node objects to it. The return value is the Selected property.