JVCL Help:TJvCustomCsvDataSet.AppendWith
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomCsvDataSet.AppendWith Method
[+] TJvCustomCsvDataSet Events
[+] TJvCustomCsvDataSet Fields
[+] TJvCustomCsvDataSet Methods
[+] TJvCustomCsvDataSet Properties
Search in JVCL Help
Search in all projectsSummary
Adds contents of a TStrings object to the existing rows in the database.
Pascal
procedureAppendWith(Strings: TStrings); virtual;
Parameters
Parameters | Description |
Strings: TStrings | The CSV data as a list of Strings (object TStrings). |
Description
Appends more data in CSV format. Useful for incrementally loading a large dataset from multiple files, a bit at a time. For example, you might have daily log files stored with the date as part of their filename,and you might want to load up all the data for a certain range of dates.
See Also
TJvCustomCsvDataSet.AssignFromStrings, 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