RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDataSet.FindNext Method

Implements a virtual method for positioning the dataset on the next record, respecting any filters.

Pascal
function FindNext: Boolean;
C++
__fastcall Boolean FindNext();

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. 

 

Filter 

Filtered 

OnFilterRecord 

FindFirst 

FindLast 

FindPrior 

Next 

Navigating Records in a Filtered Dataset

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!