JVCL Help:TJvCsvDataSet.CaseInsensitive
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCsvDataSet.CaseInsensitive Property
[+] TJvCsvDataSet Events
[+] TJvCsvDataSet Properties
Search in JVCL Help
Search in all projectsSummary
CSV Key Uniqueness and Key Comparisons are case insensitive mode if True, or else they are case sensitive.
Pascal
propertyCaseInsensitive: Boolean;
Description
If you have defined a Key for this table, and the keys are unique, then this property defines whether or not two keys that differ only by their case would be allowed. For example, if the key field was ID, and was a string, then having two records, one with key 'ABC' and one with key 'Abc', then adding the second would cause a key access violation.
See Also
TJvCustomCsvDataSet.CsvKeyDef, TJvCustomCsvDataSet.CsvUniqueKeys, TJvCustomCsvDataSet.FindByCsvKey
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page