JVCL Help:TJvCustomCsvDataSet.ExportRows
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomCsvDataSet.ExportRows Method
[+] TJvCustomCsvDataSet Events
[+] TJvCustomCsvDataSet Fields
[+] TJvCustomCsvDataSet Methods
[+] TJvCustomCsvDataSet Properties
Search in JVCL Help
Search in all projectsSummary
Allows selective export of only a certain range of rows from a dataset.
Pascal
procedureExportRows(constFileName: string; FromRow: Integer; ToRow: Integer);
Parameters
Parameters | Description |
const FileName: string | Description for this parameter |
FromRow: Integer | Description for this parameter |
ToRow: Integer | Description for this parameter |
Description
If you have 1000 rows in memory and want to save only a certain range of them, you can do this easily with one line.
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