Indicates whether comparing strings happens in a case sensitive manner.
Source position: classesh.inc line 1163
 public property TStringList.CaseSensitive : Boolean  | 
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.
  | 
Find a string in the list and return its position.  | 
|
  | 
Locates the index for a given string in sorted lists.  | 
|
  | 
Finds the index of a name in the name-value pairs.  | 
|
  | 
Sorts the strings in the list.  |