Returns TRUE if the current record position is after the last record in an AGDBSet object.
AGDBSet
boolean ateof( );
EOF Property
dbset.ateof( )PODSBoolean AVateof(AGDBSet* dbset);
dbset The AGDBSet object.
TRUE if the current record position is after the last record in an AGDBSet object; FALSE otherwise.
If you open an AGDBSet object containing no records, the EOF property is set to TRUE.
| Send feedback about this page using email. | Copyright © 2008, iAnywhere Solutions, Inc. |