Transfers records between datasets.
For a list of all members of this type, see TCRBatchMove members.
TCRBatchMove = class(TComponent);
The TCRBatchMove component transfers records between datasets. Use it to copy dataset records to another dataset or to delete datasets records that match records in another dataset. The TCRBatchMove.Mode property determines the desired operation type, the TCRBatchMove.Source and TCRBatchMove.Destination properties indicate corresponding datasets.
Note: A TCRBatchMove component is added to the Data Access page of the component palette, not to the MyDAC page.