TurboDB VCL Component Library

TTdbBatchMove.Separator

TTdbBatchMove        See also

Previous  Top  Next

Defines the character used to separate the field values in a text file.

Delphi syntax:

property Separator: Char;

C++ syntax:

__property char Separator = {read=FSeparator, write=FSeparator, nodefault};

Description

Set Separator to properly analyze the field values in a text file to import. When exporting, Separator determines the separator character to create for the output file. Separator is needed only for text files i.e. if FileType is set to tffSDF.