atbof( )

Returns TRUE if the current record position is before the first record in an AGDBSet object.

Interface

AGDBSet

IDL definition
boolean atbof( );
ADO equivalent
BOF Property
JavaScript synopsis
dbset.atbof( )
C synopsis
PODSBoolean AVatbof(AGDBSet* dbset);
Parameters
  • dbset   The AGDBSet object.

Returns

TRUE if the current record position is before the first record in an AGDBSet object; FALSE otherwise.

Remarks

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