Controls whether strings are located, sorted, and identified as duplicates in a case-sensitive or case-insensitive manner.
Use CaseSensitive to indicate whether strings in the list should be compared in a case-sensitive or case-insensitive manner. Set CaseSensitive to True to make the string list locate, check for duplicates, and sort its strings in a case-sensitive manner. Set CaseSensitive to False to make the string list perform these operations case-insensitively.
Note |
---|
By default, the CaseSensitive property is set to False. |
Namespace: RSGenerics.Collections
Delphi |
public |
Property Value
Type: Boolean