JVCL Help:TJvCustomCsvDataSet.SetUserData

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

Search in JVCL Help

 
Search in all projects
 

Summary

Set the user data (pointer) for a specified record, by record number (recno).


Pascal

 procedureSetUserData(RecNo: Integer; NewValue: Pointer);


Parameters

Parameters Description
RecNo: Integer Description for this parameter
NewValue: Pointer new value (pointer)


Description

Each row has an internal user-data Pointer for GUI links. You can set it with this procedure. This value is NOT saved in the CSV file.


See Also

TJvCustomCsvDataSet.SetUserTag, TJvCustomCsvDataSet.OnGetFieldData, TJvCustomCsvDataSet.SetAllUserData


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