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

TComboBoxExStyles

Set type used to store TComboBoxExStyle enumeration values.

Declaration

Source position: comboex.pas line 46

type TComboBoxExStyles = set of (

  csExCaseSensitive,

  

Enables case-sensitive comparisons in the control.

  csExNoEditImage,

  csExNoEditImageIndent,

  csExNoSizeLimit,

  csExPathWordBreak

);

Description

TComboBoxExStyles is a set type used to store values from the TComboBoxExStyle enumeration. TComboBoxExStyles is the type used to implement the StyleEx property in TCustomComboBoxEx.

See also

TComboBoxExStyle

  

Enumerated type with values for display styles available in TCustomComboBoxEx.

TCustomComboBoxEx.StyleEx

  

Enables features or behaviors in the extended combo-box control.


Version 3.2 Generated 2024-02-25 Home