TTdbBatchMove.Direction
TTdbBatchMove
Indicates the direction of the data transfer.
TBatchMoveDirection = (bmdImport, bmdExport);
property
Direction: TBatchMoveDirection
Description
Set this property to switch between import and export of records. Import is a data transfer to
TdbTable
and export means transfering data from TdbTable. Export can only be performed with a file target not with a data set target.