Online Documentation for Advanced Data Import for RAD Studio VCL

TQImportFieldFormat.CharSet

 

TQImportFieldFormat                


 

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:

CharCase property