HasHeader: Boolean;
The HasHeader property determines whether the provider file contains a row with data headers.
Available values:
True. The provider file contains a row with data headers. The row index is determined by the HeaderRow property.
False. The provider file does not contain a row with data headers.
If value of the HeaderRow property is changed, value of HasHeader is automatically changed:
If HeaderRow is set to -1, HasHeader is set to False.
If HeaderRow is set to 0 and greater, HasHeader is set to True.
The property use is given in the example for IDtOdsProvider.File.
See also: