JVCL Help:TJvCsvDataSet.HasHeaderRow

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Specifies whether the CSV file has a list of field names on the first line.


Pascal

 propertyHasHeaderRow: Boolean;


Description

Set to true if this CSV file has a list of field names on the first line. This is normally how CSV files are stored. In the unusual case that you don't have any field names, set this to false. If you set this property, the component expects CSV files will begin with a header row. If you set this to false, then we assume that the header row equals the CsvFieldDef property, in exactly the same field order, with no more and no less fields.


About

Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page