JVCL Help:TJvCustomCsvDataSet.SetUserTag
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomCsvDataSet.SetUserTag Method
[+] TJvCustomCsvDataSet Events
[+] TJvCustomCsvDataSet Fields
[+] TJvCustomCsvDataSet Methods
[+] TJvCustomCsvDataSet Properties
Search in JVCL Help
Search in all projectsSummary
Set the user tag (integer) for a specified record, by record number (recno).
Pascal
procedureSetUserTag(RecNo: Integer; NewValue: Integer);
Parameters
Parameters | Description |
RecNo: Integer | Description for this parameter |
NewValue: Integer | new value (pointer) |
Description
Each row has an internal user-tag (integer) property for custom filtering or other end-user purposes. You can set it with this procedure. This value is NOT saved in the CSV file.
See Also
TJvCustomCsvDataSet.SetUserData, TJvCustomCsvDataSet.OnGetFieldData
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