TurboDB VCL Component Library

TTdbBatchMove.Direction

TTdbBatchMove

Previous  Top  Next

Indicates the direction of the data transfer.

Delphi syntax:

TBatchMoveDirection = (bmdImport, bmdExport);

property Direction: TBatchMoveDirection

C++ syntax:

enum TBatchMoveDirection {bmdImport, bmdExport};

__property TBatchMoveDirection Direction = {read=FDirection, write=FDirection, nodefault};

Description

Set this property to switch between import and export of records. Import is a data transfer to TdbDataSet and export means transferring data from TdbDataSet. Export can only be performed with a file target not with a data set target.