Vcl.ComCtrls.TCustomComboBoxEx.GetItemHt

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function GetItemHt: Integer; override;

C++

virtual int __fastcall GetItemHt();

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomComboBoxEx

Beschreibung

Gibt die Höhe der Elemente in der Dropdown-Liste an (in Pixel).

Erweiterte Kombinationsfelder unterstützen keine Einträge mit variabler Höhe. Aus diesem Grund gibt die Methode GetItemHt in TCustomComboBoxEx immer den Wert 16 zurück.

Siehe auch