boolean=dbBof()
The function gives "true" in case the actual record is the first one in the database. Otherwise the function gives "false".
ParametersThere are no parametres in this function.
Example - Director
global mdb
if not mdb.dbBof() then
airPlane=mdb.dbFields()
end if
Example - AuthorwareCallObject(mdb,"dbBof")