JVCL Help:TJvCustomCsvDataSet.GetColumnsAsString
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomCsvDataSet.GetColumnsAsString Method
[+] TJvCustomCsvDataSet Events
[+] TJvCustomCsvDataSet Fields
[+] TJvCustomCsvDataSet Methods
[+] TJvCustomCsvDataSet Properties
Search in JVCL Help
Search in all projectsSummary
Returns CSV Column names in logical order.
Pascal
functionGetColumnsAsString: string; virtual;
Return Value
Returns a string with all the columns names in a comma separated list. (For example, 'ABC,DEF,GHI,JKL,...')
Description
Returns string containing all the CSV Column names (usually the first line of the CSV file), and return as a string. Does the same thing as GetCsvHeader. 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.GetCsvHeader
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