Vcl.StdCtrls.TCustomComboBox.GetItemHt

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetItemHt: Integer; override;

C++

virtual int __fastcall GetItemHt();

Properties

Type Visibility Source Unit Parent
function protected
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TCustomComboBox

Description

Returns the value of the ItemHeight property.

GetItemHt is the protected read implementation of the ItemHeight property.

See Also