Online Documentation for Advanced Data Export for RAD Studio VCL
TQExport4ASCII.ExportType
property ExportType: TQExport4ASCIIType;
Description
The ExportType property sets the format of the output export file. The relations between the property setting and the file type are as follows:
|
Property setting |
File type |
File extension |
|
etCSV |
Comma Separated Values |
.csv |
|
etDIF |
Data Interchange File Format |
.dif |
|
etSYLK |
Symbolic Links Format |
.slk |
|
etTxt |
Plain Text Format |
.txt |
