TurboDB VCL Component Library

TTdbBatchMove.ColumnNames

TTdbBatchMove

Previous  Top  Next

Indicates that a text file contains the table column names in the first record.

Delphi syntax:

property ColumnNames: Boolean;

C++ syntax:

__property bool ColumnNames = {read=FColumnNames, write=FColumnNames, nodefault};

Description

This property is only used if the batch move is an export to or an import from a text file. If Direction is set to bmdExport, the property tells the TTdbBatchMove component to write the names of the table fields as the first row in the export file. If Direction is set to bmdImport and ColumnNames is set to true, then the first row of the import file is interpreted as the list of column names.