Online Documentation for Advanced Data Import for RAD Studio VCL

TQImport3Docx.Map

 

TQImport3Docx


 

property Map: TStrings;

 

Description

To set the correspondence between the dataset fields and the Docx table column you should define the Map property in the following way:

DataSet.FieldName1=1,

DataSet.FieldName2=2, etc.