CRDataset::prev
Previous  Index  Next

void prev();

Description

Call this member function to position the current record pointer to the previous record in the dataset. Use isBOF before calling prev to learn if the first record of the dataset is reached.

See Also

CRDataset::first, CRDataset::last, CRDataset::next, CRDataset::isBOF


CRDataset | Classes | OCL | Index