CRDataset::next
Previous  Index  Next

void next();

Description

Call this member function to position the current record pointer to the next record in the dataset. Use isEOF before calling next to learn if the last record of the dataset is reached.

See Also

CRDataset::last, CRDataset::first, CRDataset::prev, CRDataset::isEOF


CRDataset | Classes | OCL | Index