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

TComboBoxExStyleEx

Enumerated type with values which modify the behavior in TComboEx.

Declaration

Source position: comboex.pas line 44

type TComboBoxExStyleEx = (

  csExCaseSensitive,

  

Not used in the current LCL version.

  csExNoEditImage,

  

Not used in the current LCL version.

  csExNoEditImageIndent,

  

Not used in the current LCL version.

  csExNoSizeLimit,

  

Not used in the current LCL version.

  csExPathWordBreak

  

Not used in the current LCL version.

);

Description

TComboBoxExStyleEx is an enumerated type with values which modify the behavior in TComboEx. Values from the enumeration are stored in the TComboBoxExStyles set type, and used in the StyleEx property in TCustomComboBoxEx and TComboBoxEx.

Remark: Not used in the current LCL implementation.

See also

TComboBoxExStyles

  

Set type used to store TComboBoxExStyle enumeration values.

TCustomComboBoxEx.StyleEx

  

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

TComboBoxEx.StyleEx

  

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


Version 4.0 Generated 2025-05-03 Home