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.Captions

TQExport3      See also



property Captions: TStrings;

Description
The Captions property is used in all TQExport3 descendant components, except TQExport3DBF
and TQExport3SQL, and determines the column titles in the exported file. 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.