JVCL Help:TJvCustomCsvDataSet.AssignToStrings
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomCsvDataSet.AssignToStrings Method
[+] TJvCustomCsvDataSet Events
[+] TJvCustomCsvDataSet Fields
[+] TJvCustomCsvDataSet Methods
[+] TJvCustomCsvDataSet Properties
Search in JVCL Help
Search in all projectsSummary
Gets the contents of the CSV table and adds them to a TStrings string list, which you provide.
Pascal
procedureAssignToStrings(Strings: TStrings); virtual;
Parameters
Parameters | Description |
Strings: TStrings | The results in a string list (the string list you pass in will be cleared, and all rows from the table will be added) |
Description
Gets the contents of the CSV table and adds them to a TStrings string list, which you provide. The string list you pass in will be cleared, and all rows from the table will be added.
See Also
TJvCustomCsvDataSet.AssignFromStrings
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