DelimitedColumnDelimiter: String;
The DelimitedColumnDelimiter property determines the symbol used as a field delimiter in the text file.
By default the property is set to ",".
The following values are acceptable as a value of this property:
,
;
.
:
|
{Tabulation} - code #9
{Carriage return} - code #13
{Line feed} - code #10
{Carriage return}{Line feed} - #13+#10
Any other symbol, or a combination of symbols, optional for user.
The property use is given in the example for IDtTextProvider.AllowMuchColumnDelimiter.
See also: