TurboDB VCL Component Library

TTdbBatchMove.CharSet

TTdbBatchMove

Previous  Top  Next

Defines the character set for text files and dBase tables.

Delphi syntax:

TTdbCharSet = (tcsAnsi, tcsOem, tcsUtf8);

property CharSet: TTdbCharSet;

C++ Syntax:

enum TTdbCharSet {tcsAnsi, tcsOem, tcsUtf8};

__property Tdbtypes::TTdbCharSet CharSet = {read=FCharSet, write=FCharSet, nodefault};

Description

Set CharSet when exporting to a text file or to a dBase file to determine the character set for the exported file. When importing, CharSet is important to translate the strings read from the source file.