Vcl.StdCtrls.TCustomCombo.SetItemHeight

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetItemHeight(Value: Integer); virtual;

C++

virtual void __fastcall SetItemHeight(int Value);

Properties

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

Description

Sets the value of the ItemHeight property.

SetItemHeight is the protected write implementation of the ItemHeight property. Although SetItemHeight never raises an exception, in some cases it does not change the value of the ItemHeight property. ItemHeight can only be changed for some TCustomCombo descendants, and then only under specific circumstances.

For example, TComboBoxEx never allows the ItemHeight property to change.

See Also