UltraLite User's Guide
C++ API Reference
ULCursor class
bool AfterLast( )
Changes the cursor position to be after the last row in the current table or result set.
true (1) if successful.
false (0) if unsuccessful.
The following example makes the current row the last row of the table tb:
tb.AfterLast(); tb.Previous();