JVCL Help:TJvCustomCsvDataSet.OpenWith
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomCsvDataSet.OpenWith Method
[+] TJvCustomCsvDataSet Events
[+] TJvCustomCsvDataSet Fields
[+] TJvCustomCsvDataSet Methods
[+] TJvCustomCsvDataSet Properties
Search in JVCL Help
Search in all projectsSummary
Open up any TStrings list of strings as a CSV data set.
Pascal
procedureOpenWith(Strings: TStrings); virtual;
Parameters
Parameters | Description |
Strings: TStrings | The starting data. |
Description
Calls AssignFromStrings and then sets Active to true. Allows you to open a data set from a string list in one line of code.
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