JVCL Help:TJvCustomCsvDataSet.SetUserData
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomCsvDataSet.SetUserData Method
[+] TJvCustomCsvDataSet Events
[+] TJvCustomCsvDataSet Fields
[+] TJvCustomCsvDataSet Methods
[+] TJvCustomCsvDataSet Properties
Search in JVCL Help
Search in all projectsSummary
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