TurboDB VCL Component Library

TTdbBatchMove.FileName

TTdbBatchMove

Previous  Top  Next

Indicates the file name of the other data source.

Delphi syntax:

property FileName: String;

C++ syntax:

__property AnsiString FileName = {read=FFileName, write=FFileName};

Description

Use file name to set the name of the external file for import or export. If the Direction is bmdImport, the file must exist and contain records in the format indicated by the FileType property. If the Direction is bmdExport, the file will be created by the Execute method. In this case an existing file with this name will be overwritten.