IDtTextConsumer.WriteHeader

Syntax

WriteHeader: Boolean;

Description

The WriteHeader property determines whether column headers are exported into the first file row. By default the property is set to False, field names are generated automatically (FIELD0, FIELD1, and so on).

Example

The property use is given in the example for IDtTextConsumer.DelimitedColumnDelimiter.

See also:

IDtTextConsumer