TDataSet.RecNo
Current record number
Declaration
Source position: db.pas line 1349
public property TDataSet.RecNo: LongInt |
Description
RecNo returns the current position in the dataset. It can be written to set the cursor to the indicated position. This property must be implemented by TDataset descendents, for TDataset the property always returns -1.
This property should not be used if exact positioning is required. it is inherently unreliable.
See also
|
Number of records in the dataset |