RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWideStringList.CaseSensitive Property

Controls whether strings are located, sorted, and identified as duplicates in a case-sensitive or case-insensitive manner.

Pascal
property CaseSensitive: Boolean;
C++
__property Boolean CaseSensitive;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!