Accuracer: The First And Only Cross-Platform BDE Replacement
Client-Server Single-File Embedded Database with SQL for Delphi / C++Builder / Kylix


TDataSet.FindNext
TDataSet
Top 

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

function FindNext: Boolean;

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


© AidAim Software Accuracer: