ateof( )

Returns TRUE if the current record position is after the last record in an AGDBSet object.

Interface

AGDBSet

IDL definition
boolean ateof( );
ADO equivalent
EOF Property
JavaScript synopsis
dbset.ateof( )
C synopsis
PODSBoolean AVateof(AGDBSet* dbset);
Parameters
  • dbset   The AGDBSet object.

Returns

TRUE if the current record position is after the last record in an AGDBSet object; FALSE otherwise.

Remarks

If you open an AGDBSet object containing no records, the EOF property is set to TRUE.