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.