[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,

  

Enables case-sensitive comparisons in the control.

  csExNoEditImage,

  csExNoEditImageIndent,

  csExNoSizeLimit,

  csExPathWordBreak

);

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 3.2 Generated 2024-02-25 Home