Vcl.ComCtrls.TCustomTreeView.GetSelections

提供: RAD Studio API Documentation
移動先: 案内検索

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 プロパティです。

関連項目