FMX.ComboEdit.TComboEdit.ItemHeight

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property ItemHeight;

C++

__property ItemHeight = {default=0};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
FMX.ComboEdit.pas
FMX.ComboEdit.hpp
FMX.ComboEdit TComboEdit


Beschreibung

Höhe eines Eintrags in der Dropdown-Liste.

Das Setzen von ItemHeight ist wirksam, nur wenn DropDownKind auf Custom, nicht auf Native (der Standardwert) gesetzt wird.

Siehe auch