JVCL Help:TJvCsvRows.EnquoteBackslash
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCsvRows.EnquoteBackslash Property
[+] TJvCsvRows Methods
[+] TJvCsvRows Properties
Search in JVCL Help
Search in all projectsSummary
Specifies whether the component supports enquoting using backslashes.
Pascal
propertyEnquoteBackslash: Boolean;
Description
Advanced. A design time property which specifies whether the component supports enquoting using backslashes. This is NOT the default behavior. Most programs use doubling of quotes ("") instead of backslashes. Only set this to true if you know what you are doing. If quotes appear inside a string, enquote them using backslash-quote sequence instead of quote-quote sequence. Nonstandard CSV extension.
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