Data.DB.TDataSet.FindLast
From RAD Studio API Documentation
Delphi
function FindLast: Boolean;
C++
bool __fastcall FindLast(void);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | Data.DB.pas Data.DB.hpp |
Data.DB | TDataSet |
Description
Implements a virtual method for positioning the dataset on the last record, respecting any filters.
This function returns false, indicating that the active record was not successfully changed. Descendant classes override FindLast to make the last record active, honoring any filters that are in effect. In descendants, FindLast returns true if the active record is successfully changed.