IDtTextProvider.RangeHasHeader

Syntax

RangeHasHeader: Boolean;

Description

The RangeHasHeader property determines whether column headers are located in the first file row.

Comments

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 IDtTextProvider.AllowMuchColumnDelimiter.

See also:

IDtTextProvider