Vcl.StdCtrls.TCustomCombo.ItemCount

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property ItemCount: Integer read GetItemCount;

C++

__property int ItemCount = {read=GetItemCount, nodefault};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property protected
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TCustomCombo

Beschreibung

Gibt die Anzahl der Elemente in der Dropdown-Liste an.

Mit ItemCount können Sie die Anzahl der Elemente in der Dropdown-Liste ermitteln. ItemCount ist die Anzahl aller Elemente, nicht nur der sichtbaren.

Siehe auch