JVCL Help:TJvCsvRows.SetARowItem

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Write a new value to a column in an existing row.


Pascal

 procedureSetARowItem(constRowIndex: Integer; constColumnIndex: Integer; Value: string);


Parameters

Parameters Description
const RowIndex: Integer What row to get.
const ColumnIndex: Integer which column to modify.
Value: string new value for that column.


Description

Store a new value to a single column in a single row, and update the dirty bit for that 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