[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Indicates whether comparing strings happens in a case sensitive manner.
Source position: classesh.inc line 866
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. |