TStrings.Delimiter

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

Specifies the delimiter character used by the DelimitedText property.

Declaration

TStringsObj.Delimiter
Read-Write Property String
TStringsObj     A TStrings object  

Description

The Delimiter property lets you obtain or set the delimiter character used by the DelimitedText property.

Property Value

A string length of 1 which consists of the delimiter character.

Remarks

If you try to set the Delimiter property to an empty string or a string with a length of more than 1, an error occurs.

See Also

TStrings.CommaText
TStrings.DelimitedText
TStrings.QuoteChar

Highlight search results