Sets the value for the ItemHeight property.
Source position: comboex.pas line 160
protected procedure TCustomComboBoxEx.SetItemHeight( |
const AValue: Integer |
); override; |
AValue |
|
New value for the property. |
Overridden in TCustomComboBoxEx to set the internal FNeedMeasure flag.
|
The default height of an item in the drop-down for the control. |