Click or drag to resize

CoreDb.Eof Method

X#
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 Source

Return Value

Type: Logic
TRUE 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 Tip
VoDbEof() and CoreDb.Eof() are aliases
See Also