Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper 5.3 . Technical Reference - <b>deleted()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 deleted()
 Determine deleted status for a row (record)
------------------------------------------------------------------------------
 Prototype

     ERRCODE deleted(
                          AREAP wa,
                          BOOLP isDeleted
                       )

 Arguments

     wa is a pointer to self.

     isDeleted is a pointer to a boolean value that determines whether a
     row is deleted.

 Description

     deleted() queries the row at the current work area cursor to determine
     if it has been marked for deletion.

 Default Behavior

     You must implement the default behavior of this method through a
     subclass.

 Implementation Notes

     .  If your RDD supports relations, update them with a forceRel()
        prior to attempting relative movement.

     Warning!  isDeleted must point to sizeof(BOOL) bytes of allocated
     memory.

 Files  Header file is Rdd.api.


See Also: AREA delete() forceRel() recall()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson