virtual long recordNo() const;
Return Value
The number of current record in the dataset.
Description
Call this member function to determine record number of the current record in the dataset. Applications might use this function with recordCount to iterate through all the records in the dataset, though typically record iteration is handled with calls to first, last, move, next, and prev.
See Also
CRDataset::moveTo, CRDataset::recordCount
CRDataset | Classes | OCL | Index