Online Documentation for Advanced Data Import for RAD Studio VCL

TQImport3Wizard.DataSet

 

TQImport3Wizard                


 

property DataSet: TDataSet;

 

Description

The DataSet property points to the target TDataSet component to import data to. To use a DataSet instance as import destination, you should set the ImportDestination property to qidDataSet (default) and the dataset which must be opened (Dataset.Active = true) before the import begins (before the Execute method is invoked).

 

 


See also:

ImportDestination property

DBGrid property

ListView property

StringGrid property

Execute method