RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomTreeView.GetSelections Method

Obtain selections list.

Pascal
function GetSelections(AList: TList): TTreeNode;
C++
__fastcall TTreeNode GetSelections(TList AList);

GetSelections clears AList and copies all selected node objects to it. The return value is the Selected property. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!