CoreDb.Eof Method | |
Determine when end-of-file is encountered.
Namespace:
XSharp
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax STATIC METHOD Eof() AS LOGIC
Request Example
View SourceReturn Value
Type:
LogicTRUE when an attempt is made to move the record pointer beyond the last logical record in a
database file or if the current database file contains no records; otherwise, FALSE. If there is no
database file open in the current work area, CoreDbEOF() returns TRUE.
Remarks This function is like EOF().
Tip |
---|
VoDbEof() and CoreDb.Eof() are aliases |
See Also