TurboDB VCL Component Library

TTdbBatchMove.FileType

TTdbBatchMove

Previous  Top  Next

Indicates the file format of the destination/source data source for the batch move.

Delphi syntax:

property FileType: TTdbTableFormat;

C++ syntax:

__property Tdbtypes::TTdbTableFormat FileType = {read=FTableType, write=FTableType, nodefault};

Description

Set this property to indicate the file type of the data source from which records will be imported or to set the desired file format for the export. Some file types only work in a certain Direction. If the file type does not match the Direction, Execute will raise an exception.