JVCL Help:TJvCustomCsvDataSet.GetUserTag

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

Search in JVCL Help

 
Search in all projects
 

Summary

Get the user tag (integer) value for a particular record (specified by record number)


Pascal

 functionGetUserTag(RecNo: Integer): Integer;


Parameters

Parameters Description
RecNo: Integer Record number (0=first record,1=next one,2..,3..,... -1=last record)


Return Value

Returns pointer. If UserTag has not been set, or recno is out of range, returns 0.


Description

Retrieve a User tag (integer) value previously set by SetUserTag. This value is NOT saved as part of the CSV file.


See Also

TJvCustomCsvDataSet.SetUserTag, 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