FMX.ListBox.TCustomComboBox.Count

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

Delphi

property Count: Integer read GetCount;

C++

__property int Count = {read=GetCount, nodefault};

プロパティ

種類 可視性 ソース ユニット
property public
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TCustomComboBox

説明

コンボ ボックスに関連づけられているドロップダウン内にある、項目の総数を返します。

関連項目