TurboDB VCL Component Library

TTdbBatchMove.Quote

TTdbBatchMove

Previous  Top  Next

Defines the character used to enclose strings in a text file.

Delphi syntax:

property Quote: Char;

C++ syntax:

__property char Quote = {read=FQuote, write=FQuote, nodefault};

Description

Set Quote to a value different from #0 to enclose strings in the exported file. When importing, Quote is important to determine the correct values for strings from the import file. Quote only matters when FileType is set to tffSDF.