CTRecord::Prev
Syntax
CTBOOL Prev( )
Parameters
This method has no parameters.
Description
Moves to the previous record in the table. Before calling Prev() for the first time in a table, one of the Record search methods must be used: Find() or Last().
Return
Prev() returns YES if the record is found, NO otherwise.
See also
First(), Next(), Prev(), Find()