Vcl.StdCtrls.TCustomComboBox.IsItemHeightStored
Delphi
function IsItemHeightStored: Boolean; override;
C++
virtual bool __fastcall IsItemHeightStored();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | protected | Vcl.StdCtrls.pas Vcl.StdCtrls.hpp |
Vcl.StdCtrls | TCustomComboBox |
Description
Verifies the ItemHeight value.
Vcl.StdCtrls.TCustomComboBox.IsItemHeightStored inherits from Vcl.StdCtrls.TCustomCombo.IsItemHeightStored. All content below this line refers to Vcl.StdCtrls.TCustomCombo.IsItemHeightStored.
Verifies the ItemHeight value.
IsItemHeightStored is internally used to verify whether the value of the ItemHeight property is stored. TCustomCombo descendants override the method to validate the ItemHeight property.