TurboDB VCL Component Library

TTdbBatchMove.DataSet

TTdbBatchMove

Previous  Top  Next

Indicates a data set that is the source for the batch move.

Delphi syntax:

property DataSet: TDataSet;

C++ syntax:

__property Db::TDataSet* DataSet = {read=FDataSet, write=FDataSet};

Description

Use DataSet when the source for the batch move is a data set rather than a file. If the source is a file, use the FileName property.