Online Documentation for Advanced Data Import for RAD Studio VCL
TQImportFieldFormat.CharSet
type TQImportCharSet = (icsNone, icsAnsi, icsOem);
property CharSet: TQImportCharSet;
Description
The CharSet property defines the character set of the field data. The following values are available:
icsNone |
save the original character set |
icsAnsi |
set the field character set to ANSI |
icsOem |
set the field character set to OEM |
See also: