Specifies the quote character used by the DelimitedText
property.
Declaration
TStringsObj.QuoteChar
Read-Write Property | String |
TStringsObj | A TStrings object |
Description
The QuoteChar
property lets you get or set the quote character used by the DelimitedText
property.
Property Value
A string length of 1 that consists of the quote character.
Remarks
If you try to set the QuoteChar
property to an empty string or a string with a length of more than 1, an error occurs.