CRDataset::moveToBookmark
Previous  Index  Next

bool moveToBookmark(void* bookmark);

Return Value

True if bookmark is valid and moveToBookmark found specified record, otherwise false.

Parameters

bookmark
Pointer to memory in which to return bookmark.  

Description

This member function allows to back to record identified by bookmark. Bookmark must be valid pointer returned by getBookmark.

See Also

CRDataset::getBookmark, CRDataset::freeBookmark


CRDataset | Classes | OCL | Index