Online Documentation for Advanced Data Export for RAD Studio VCL
TQExport4Dialog.Formats
property Formats: TQExportFormats;
Description
The complex property Formats determines the type of the exported data of the types most frequently used, for which a formatted output, such as ftInteger, ftFloat, ftCurrency and ftDateTime might be needed (except DBF and SQL). For the representation of each of these types there exist the string properties IntegerFormat, FloatFormat, CurrencyFormat and DateTimeFormat accordingly, which have the settings specified in the operation system by default. There are also properties for representating 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 the UserFormats property.
See also: