HasHeader: Boolean;
The HasHeader property determines whether a file with field headers list is loaded to the first row.
Available values:
True. Default value. Headers are loaded to the first row of the file.
False. Header are not loaded to the file.
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.
The property use is given in the example for IDtOdsConsumer.File.
See also: