dbf.eof
Determine is the current record is in the database.
method uint dbf.eof (
fordata fd
)
fordata fd
)
Parameters
fd | This parameter is used in forech operator. Specify 0->fordata. |
Return value
Returns 1 if the current record is not defined/found and 0 otherwise.
Related links | Source |