Online Documentation for Advanced Data Import for RAD Studio VCL
TQImport3ASCII.Map
property Map: TStrings;
Description
Defining the Map property for the ASCII import depends on the type of the source table. If each column has its own fixed size then you should provide two integers for each dataset field: a position number (where column begins) and a column size.
E.g.
DataSet.FieldName1=4
or
DataSet.FieldName1=20;15.
See also:
Map property (TQImport3)