Vcl.ControlList.TCustomControlList.SelectedCount

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

Delphi

property SelectedCount: Integer read GetSelectedCount;

C++

__property int SelectedCount = {read=GetSelectedCount, nodefault};

プロパティ

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


説明

選択されたリスト項目の数を返します。


関連項目