Online Documentation for Advanced Data Export for RAD Studio VCL
TQExport4Clipboard.ExportType
property ExportType: TQClipboardExportType;
Description
Use this property to select the way of separating columns in the exported table. If ExportType=etFixed then each column of the exported table will have its own fixed size, defined by the Spacing property. If ExportType=etSeparated then the columns of the table will be separated by a certain character defined by the Separator property.
See also: