Vcl.StdCtrls.TCustomComboBox.GetItemHt
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.