[Overview][Types][Classes][Procedures and functions][Index] |
Indicates if case sensitivity is used when comparing items in the collection.
Source position: comboex.pas line 113
published property TListControlItems.CaseSensitive : Boolean |
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.
|
Implements a comparison function for items in the collection. |
|
|
Performs the Sort routine required for the setting in SortType. |
|
|
Determines the comparison mechanism used for collection items in the Sort method. |
|
|
Alias to the TSortType in ComCtrls.pp |
Version 4.0 | Generated 2025-05-03 | Home |