SQLMemTable: BDE Alternative Embedded
In-Memory Database with SQL for Delphi / C++Builder


TDataSet.FindFirst
TDataSet
Top 

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

function FindFirst: Boolean;

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


© AidAim Software SQLMemTable: