Vcl.ComCtrls.TCustomTreeView.GetSelections
Delphi
function GetSelections(AList: TList): TTreeNode;
C++
TTreeNode* __fastcall GetSelections(System::Classes::TList* AList);
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | public | Vcl.ComCtrls.pas Vcl.ComCtrls.hpp |
Vcl.ComCtrls | TCustomTreeView |
説明
選択リストを取得します。
GetSelections メソッドは,AList をクリアし,選択されているすべてのノードオブジェクトをそこにコピーします。戻り値は,Selected プロパティです。