JVCL Help:TJvCsvRows.SetRowStr
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCsvRows.SetRowStr Method
[+] TJvCsvRows Methods
[+] TJvCsvRows Properties
Search in JVCL Help
Search in all projectsSummary
Sets the value of all fields in an existing row, using a string value.
Pascal
procedureSetRowStr(constRowIndex: Integer; Value: string);
Parameters
Parameters | Description |
const RowIndex: Integer | What row. |
Value: string | The csv data. |
Separator | Description for this parameter |
Description
Call SetRowStr to set the value of all fields in an existing row, using a string value.
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