TRVTableItemInfo.TextColSeparator

<< Click to display table of contents >>

TRVTableItemInfo.TextColSeparator

Value of this property is used when saving table in text file. This string will be written between cells.

property TextColSeparator: TRVUnicodeString;

(changed in version 18)

Default value

#13#10 (CR+LF)

You can set TextColSeparator to TAB, if you wish, but do not forget that there can be CR+LFs inside cells.

 

See also properties:

TextRowSeparator.

See also methods of TRichView:

SaveText;

GetSelText.

See also:

Export of Tables.