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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!