Online Documentation for Advanced Data Export for RAD Studio VCL
TQExport4Dialog.Captions
property Captions: TStrings;
Description
The Captions property determines the column titles in the exported file (except DBF and SQL). The name for each field is set by a separate string which looks as follows:
<field_name>=<column_title>
where <field_name> is the name of one of the source fields, and <column_title> is the text string without such restrictions as quotation marks and apostrophes. The <field_name> is case-insensitive, and the spaces around the mark of equality are not taken into consideration. If the corresponding string for the field is not specified, the the default caption will be used as a column title (e.g. property Field.DisplayLabel, if ExportSource=esDataSet, or Column.Caption, if ExportSource=esListView). The Captions property works only if AllowCaptions is true.
See also: