FMX.ComboEdit.TCustomComboEdit.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.ComboEdit.pas
FMX.ComboEdit.hpp
FMX.ComboEdit TCustomComboEdit


Beschreibung

Count gibt die Anzahl der im ListBox-Objekt enthaltenen Einträge an.

Siehe auch