Within an AGDBSearch
object created with createSearch( )
, finds the next row that satisfies the search criteria.
AGDBSet
boolean find(AGDBSearch searchset);
Find
method
dbset.find(searchset)
PODSBoolean AVfind( AGDBSet* dbset, AGDBSearch* searchset );
dbset The AGDBSet
object.
searchset [in] An AGDBSearch
object created with createSearch( )
.
TRUE
if a matching record is found; FALSE
otherwise.
The search criteria are set by createSearch( )
. If the criteria are met, the current row position is set on the found record; otherwise, the position is set to the end
of the AGDBSet
object.
Moving the row pointer for the next find( )
Send feedback about this page using email. | Copyright © 2008, iAnywhere Solutions, Inc. |