TStrings.QuoteChar

Applies to TestComplete 15.63, last modified on April 23, 2024

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.

See Also

TStrings.CommaText
TStrings.Delimiter
TStrings.DelimitedText

Highlight search results