Online Documentation for Advanced Data Import for RAD Studio VCL

TQImport3.ImportDestination

 

TQImport3                                


 

type TQImportDestination = (qidDataSet, qidDBGrid, qidListView, qidStringGrid, qidUserDefined);

 

property ImportDestination: TQImportDestination;

 

Description

The ImportDestination property defines the type of the target object to import data to: TDataSet, TDBGrid, TListView or TStringGrid. Depending on the value of this property, one of the following properties are used for defining the target object: DataSet, DBGrid, ListView or StringGrid. If you set the property value to qidUserDefined then you should process the imported value yourself using the OnUserDefinedImport event.

 

 


See also:

DataSet property

DBGrid property

ListView property

StringGrid property