CdbRecordset::GetBOF, GetEOF Property

The BOF property returns TRUE if the current record position is before the first record, and FALSE if the current record position is on or after the first record in a Recordset object.

The EOF property returns TRUE if the current record position is after the last record, and FALSE if the current record position is on or before the last record in a Recordset object.

Syntax

BOOLGetBOF(VOID);

BOOLGetEOF(VOID);