EMS logo

Products Navigation

Advanced Data Export VCL

Our Partnership Status

Microsoft Certified Partner
Oracle Certified Partner
Embarcadero Technology Partner

EMS Advanced Data Export VCL

On-line Documentation

TQExport4DBF.ColumnsPrecision

 

TQExport4DBF                


 

property ColumnsPrecision: TStrings;

 

Description

The ColumnsPrecision property determines the column precisions in the exported file. The name for each field is set by a separate string which looks as follows

 

<field_name>=<column_precision>

 

where <field_name> is the name of one of the source fields, and <column_precision> is the column precision. The <field_name> is case-insensitive, and the spaces around the mark of equality are not taken into consideration.

 

 


See also:

DefaultFloatSize property

DefaultFloatDecimal property