RowDelimiter: String;
The RowDelimiter property determines the symbol, used as a row delimiter.
The property is set to {Carriage return}{Line feed} by default .
The following values are acceptable as a value of this property:
{Carriage return}{Line feed} - #13+#10
{Line feed} - 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 IDtTextProvider.RangeFirstRow.
See also: