Data.DB.TDataSet.FindNext
From RAD Studio API Documentation
Delphi
function FindNext: Boolean;
C++
bool __fastcall FindNext(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 next record, respecting any filters.
This function returns false, indicating that the active record was not successfully changed. Descendant classes override FindNext to move to the next record of the dataset, honoring any filters that are in effect. In descendants, FindNext returns true if the active record is successfully changed.