EasyTable: Single-File Embedded BDE Replacement
Database for Delphi and C++Builder


TDataSet.FindLast
TDataSet
Top 

Implements a virtual method for positioning the cursor to the last record in a filtered dataset.

function FindLast: Boolean;

Description
This function returns False, indicating that the cursor was not successfully repositioned. Descendant classes override FindLast to position the cursor to the last record of the dataset, honoring any filters that are in effect. FindLast should return True if the cursor is successfully repositioned.


© AidAim Software EasyTable: