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