FMX.ComboEdit.TCustomComboEdit.Count
Delphi
property Count: Integer read GetCount;
C++
__property int Count = {read=GetCount, nodefault};
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
property | public | FMX.ComboEdit.pas FMX.ComboEdit.hpp |
FMX.ComboEdit | TCustomComboEdit |
説明
Count は、ListBox オブジェクトによって保有される項目の数を返します。