Online Documentation for Advanced Data Import for RAD Studio VCL
TQImport3DBF.Map
property Map: TStrings;
Description
To set the correspondence between the dataset fields and the DBF table field you should define the Map property in the following way:
DataSet.FieldName1=TableFieldName1,
DataSetFieldName2=TableFieldName2, etc.
See also:
Map property (TQImport3)