CoreDb.Bof Method | |
Determine when beginning-of-file is encountered.
Namespace:
XSharp
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax STATIC METHOD Bof() AS LOGIC
Request Example
View SourceReturn Value
Type:
LogicTRUE 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, CoreDbBOF() returns TRUE.
Remarks This function is like BOF().
Tip |
---|
VoDbBof() and CoreDb.Bof() are aliases |
See Also