RowDelimiter: String;
The RowDelimiter property determines the symbol, used as a row delimiter. By default the property is set to {Carriage return}{Row Transfer}.
The following values are acceptable as a value of this property:
{Carriage return}{Row transfer} - #13+#10
{Row transfer} - code #10
{Carriage return} - code #13
{Tabulation} - code #9
,
;
.
:
|
Any other symbol, or a combination of symbols, optional for user.
The property use is given in the example for IDtTextConsumer.DelimitedColumnDelimiter.
See also: