Online Documentation for Advanced Data Import for RAD Studio VCL
TQImport3Wizard.ImportDestination
type TQImportDestination = (qidDataSet, qidDBGrid, qidListView, qidStringGrid);
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.
See also: