c-treeDB API for C++ - Developers Guide
CTRecord::Last
Syntax
CTBOOL Last ( )
Parameters
This method has no parameters.
Description
Moves to the last record in the table.
Return
Last() returns YES if the record is found, NO otherwise.
See also
First(), Next(), Prev(), Find()