VoDbBof Function | |
Determine when beginning-of-file is encountered.
Namespace:
XSharp.RT
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.21
Syntax FUNCTION VoDbBof() AS LOGIC
public static bool VoDbBof()
Request Example
View SourceReturn Value
Type:
Logic
TRUE after an attempt to skip backward beyond the first 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, VODBBOF() returns TRUE.
Remarks
VODBBOF() is the same as BOF(). See BOF() for more information and examples.
Examples See Also