IDtOdsConsumer.HasHeader

Syntax

HasHeader: Boolean;

Description

The HasHeader property determines whether a file with field headers list is loaded to the first row.

Comments

Available values:

If data is loaded to an existing file, and the HasHeader property is set to True, before creating a list of fields it is recommended to clear the list that will be available in the IDtObject.Fields property because it will be loaded from an existing file and may not match the list that should be the result of loading.

Example

The property use is given in the example for IDtOdsConsumer.File.

See also:

IDtOdsConsumer