RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TMemIniFile.CaseSensitive Property

Controls whether section and key names are handled in a case-sensitive manner.

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

Use CaseSensitive to indicate whether the names of sections and keys should be treated in a case-sensitive or case-insensitive manner. Set CaseSensitive to true to allow multiple sections or keys that differ only based on case. Set CaseSensitive to false to treat names that differ only by case as the same. 

 

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