Vcl.ControlList.TCustomControlList.GetSelectedEnumerator

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

Delphi

function GetSelectedEnumerator: IEnumerable<Integer>;

C++

System::DelphiInterface<System::IEnumerable__1<int> > __fastcall GetSelectedEnumerator();

プロパティ

種類 可視性 ソース ユニット
function public
Vcl.ControlList.pas
Vcl.ControlList.hpp
Vcl.ControlList TCustomControlList


説明

選択された項目のインデックスの列挙子を返します。


関連項目