[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'ComboEx' (#lcl)

TComboBoxExStyle

Enumerated type with values for display styles available in TCustomComboBoxEx.

Declaration

Source position: comboex.pas line 43

type TComboBoxExStyle = (

  csExDropDown,

  

Drawn as a drop down control.

  csExSimple,

  

Drawn as simple edit control.

  csExDropDownList

  

Drawn as a list which drops down when focused.

);

Description

TComboBoxExStyle is an enumerated type with values representing the display styles available in TCustomComboBoxEx. TComboBoxExStyle is the type used to implement the Style property in TCustomComboBoxEx and TComboBoxEx.

TComboBoxExStyle replaces the values used in the ancestor class; there is no need for the various owner-drawn styles from the ancestor control. The extended combo-box controls are always owner-drawn using the fixed style in its DrawItem method.

See also

TCustomComboBoxEx.Style

  

Specifies the control style used for the edit in the combo-box control.

TComboBoxEx.Style

  

Specifies the control style used for the edit in the combo-box control.

TCustomComboBox.Style

  

Controls the appearance and behavior for the combo-box.

TCustomComboBoxEx.DrawItem

  

Draws an item in the control.


Version 3.2 Generated 2024-02-25 Home