TStringList.CaseSensitive
Indicates whether comparing strings happens in a case sensitive manner.
Declaration
Source position: classesh.inc line 868
public Property
CaseSensitive : Boolean;
Description
CaseSensitive indicates how string values are compared: When True this happens case sensitively, and when False, the comparison is done in a case insensitive manner.
This property influences IndexOf , Find , IndexOfName and Sort .
See also
Name | Description |
---|---|
Find | Locates the index for a given string in sorted lists. |
Sort | Sorts the strings in the list. |
IndexOf | Find a string in the list and return its position. |
IndexOfName | Finds the index of a name in the name-value pairs. |