Online Documentation for Advanced Data Export for RAD Studio VCL

TQExport4.Formats

 

TQExport4                


property Formats: TQExportFormats;

 

Description

The complex property Formats is used in all the descendant components, except TQExport4DBF, and determines the type of the exported data of the types most frequently used, for which a formatted output might be needed. For the representation of each of these types there exist the string properties IntegerFormat, FloatFormat, CurrencyFormat and DateTimeFormat which have the settings specified in the operation system by default. There are also properties for representation of Boolean and Null values.

The settings of these properties will be applied to all source fields of the corresponding types. To set a special format for a separate field (fields), use UserFormats property.