FMX.ListBox.TCustomComboBox.Count

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Count: Integer read GetCount;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TCustomComboBox


Beschreibung

Gibt die Gesamtanzahl der Einträge in der Dropdown-Liste zurück, die dem Kombinationsfeld zugeordnet ist.

Siehe auch