JVCL Help:TJvCustomCsvDataSet.AssignFromStrings
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomCsvDataSet.AssignFromStrings Method
[+] TJvCustomCsvDataSet Events
[+] TJvCustomCsvDataSet Fields
[+] TJvCustomCsvDataSet Methods
[+] TJvCustomCsvDataSet Properties
Search in JVCL Help
Search in all projectsSummary
Opens the given TStrings list of strings as its data set.
Pascal
procedureAssignFromStrings(Strings: TStrings); virtual;
Parameters
Parameters | Description |
Strings: TStrings | The CSV data as a list of Strings (object TStrings). |
Description
Clear previous data, if any, and insert new data from the given TStrings list.
See Also
TJvCustomCsvDataSet.AppendWith, TJvCustomCsvDataSet.AssignToStrings, TJvCustomCsvDataSet.OpenWith
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