Vcl.StdCtrls.TCustomCombo.IsItemHeightStored
Delphi
function IsItemHeightStored: Boolean; virtual;
C++
virtual bool __fastcall IsItemHeightStored();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | protected | Vcl.StdCtrls.pas Vcl.StdCtrls.hpp |
Vcl.StdCtrls | TCustomCombo |
Description
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.