JVCL Help:TJvCustomCsvDataSet.GetCsvHeader
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomCsvDataSet.GetCsvHeader Method
[+] TJvCustomCsvDataSet Events
[+] TJvCustomCsvDataSet Fields
[+] TJvCustomCsvDataSet Methods
[+] TJvCustomCsvDataSet Properties
Search in JVCL Help
Search in all projectsSummary
Returns CSV header in File Order.
Pascal
functionGetCsvHeader: string;
Return Value
Returns a string with all the columns names in a comma separated list. (For example, 'ABC,DEF,GHI,JKL,...')
Description
Does the same thing as GetColumnsAsString. The only difference is that GetColumnsAsString uses the order of the columns as we are using them in memory, and GetCsvHeader gets the columns in the order that they appear in the file.
See Also
TJvCustomCsvDataSet.GetColumnsAsString
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