TurboDB VCL/CLX Component Library
TTdbBatchMove.FileName
TTdbBatchMove
Top 


Indicates the file name of the other data source.

property FileName: string;

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.