[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 eof()
 Determine logical end of file
------------------------------------------------------------------------------
 Prototype

     ERRCODE eof(
                    AREAP wa,
                    BOOLP isEof
                  )

 Arguments

     wa is a pointer to self.

     isEof determines the logical end of file.

 Description

     eof() indicates whether the current cursor for wa is at the logical end of
     file.  This method provides the return value of the CA-Clipper EOF()
     function.

 Default Behavior

     Copies wa->Eof to isEof.

 Implementation Notes

     .  Determine wa->Eof status and then call SUPER_EOF().

     .  If your RDD supports relations, update relations with a
        forceRel() prior to determining wa->Eof status.

     Warning!  isEof must point to one byte of allocated memory.

 Files  Header file is Rdd.api.


See Also: AREA bof() forceRel()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson