EMS logo

Produits

Advanced Data Import VCL

Notre statut de partenariat

Microsoft Certified Partner
Oracle Certified Partner
Embarcadero Technology Partner

EMS Advanced Data Import VCL

Documentation en ligne

TQImport3.DataSet

 

TQImport3                


 

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