EMS logo

Produits

Advanced Data Export .NET

Notre statut de partenariat

MySQL Gold Certified Partner
Microsoft Certified Partner
Oracle Certified Partner
Embarcadero Technology Partner

EMS Advanced Data Export .NET

Documentation en ligne

TQExport3.AutoCalcStrType

TQExport3
      



property AutoCalcStrType: boolean;

Description
The AutoCalcStrType property works only if ExportSource
= esListView or esStringGrid. If this property is true, then after exporting the first record of the source column QuickExport tries to determine the data type of the column, and pass this type to the result file. E.g. if the first record value is '1234.78', and AutoCalcStrType = True, then all the column is treated as Float. It makes sense if all the values of the column have the same format, and you export data, e.g. to MS Excel.