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

TListControlItems.CaseSensitive

Indicates if case sensitivity is used when comparing items in the collection.

Declaration

Source position: comboex.pas line 113

published property TListControlItems.CaseSensitive : Boolean
  read FCaseSensitive
  write SetCaseSensitive
  default False;

Description

CaseSensitive is a Boolean property which indicates if case sensitivity is used when comparing items in the collection. The value in CaseSensitive is used in the CompareItems method. When set to False, the captions for the compared Items are converted to lowercase prior to comparing their values.

Set SortType to stText to use case sensitive sorting for the Items in the collection.

See also

TListControlItems.CompareItems

  

Implements a comparison function for items in the collection.

TListControlItems.Sort

  

Performs the Sort routine required for the setting in SortType.

TListControlItems.SortType

  

Determines the comparison mechanism used for collection items in the Sort method.

TListItemsSortType

  

Alias to the TSortType in ComCtrls.pp


Version 4.0 Generated 2025-05-03 Home