VoDbEof Function | |
Determine when end-of-file is encountered.
Namespace:
XSharp.RT
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.21
Syntax FUNCTION VoDbEof() AS LOGIC
public static bool VoDbEof()
Request Example
View SourceReturn 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, VODBEOF() returns TRUE.
Remarks
VODBEOF() is the same as EOF(). See EOF() for more information and examples.
Examples See Also