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.2 . Technical Reference - <b>deleted()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 deleted()
 Determine deletion status for a row (record)
------------------------------------------------------------------------------
 Prototype

     ERRCODE deleted(
                      WORKAREAP 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

     Queries the row at the current workarea 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: WORKAREA delete() forceRel() recall()

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