JVCL Help:SetCsvRowItem

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

Search in JVCL Help

 
Search in all projects
 

Summary

Internal Helper.

run\JvCsvData.pas


Pascal

 run\JvCsvData.pas
 procedureSetCsvRowItem(PItem: PCsvRow; ColumnIndex: Integer; constNewValue: string);


Parameters

Parameters Description
PItem: PCsvRow Pointer to the row record
ColumnIndex: Integer which column to write
const NewValue: string new value (PChar)

run\JvCsvData.pas


Description

Set the field value of one field in a row record.

run\JvCsvData.pas


See Also

GetCsvRowItem

run\JvCsvData.pas


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