JVCL Help:TJvCustomCsvDataSet.DeleteRows
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomCsvDataSet.DeleteRows Method
[+] TJvCustomCsvDataSet Events
[+] TJvCustomCsvDataSet Fields
[+] TJvCustomCsvDataSet Methods
[+] TJvCustomCsvDataSet Properties
Search in JVCL Help
Search in all projectsSummary
Quickly zap a range of rows from a dataset.
Pascal
procedureDeleteRows(FromRow: Integer; ToRow: Integer);
Parameters
Parameters | Description |
FromRow: Integer | Description for this parameter |
ToRow: Integer | Description for this parameter |
Description
If you loaded 1000+ lines from a file, and you only need the middle 300 lines, you can now quickly zap an entire range f rows. This is much faster (and has no dataset refresh-speed issues) than manually deleting row-by-row.
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