xHarbour Reference Documentation > Function Reference |
Sets the BoF() flag in a work area of a user-defined RDD.
UsrRdd_SetBof( <nWA>|<pWA>, <lBof> ) --> NIL
The return value is always NIL
UsrRdd_SetBof() is used to set the Begin-of-file flag to .T. (true) or .F (false). A user-defined RDD is not required to re-implement the Begin-of-file flag since it is incorporeted in the user-defined RDD system.
See also: | BoF(), UsrRdd_SetBottom(), UsrRdd_SetEof(), UsrRdd_SetFound(), UsrRdd_SetTop() |
Category: | Database drivers , User-defined RDD , xHarbour extensions |
Header: | usrrdd.ch |
Source: | rdd\usrrdd\usrrdd.c |
LIB: | lib\xhb.lib |
DLL: | dll\xhbdll.dll |
http://www.xHarbour.com