CTRecord.Prev
Syntax
bool 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 true if the record is found, false otherwise.
See Also
Find(), First(), Next(), Prev()