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

     ERRCODE delete(
                       AREAP wa
                     )

 Arguments

     wa is a pointer to self.

 Description

     delete() marks the row at the current cursor location in wa for deletion.

 Default Behavior

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

 Implementation Notes

     .  The delete() method marks the data item at the work area's
        cursor for deletion.  The delete() mechanism for databases must deal
        with the current work area cursor after the deletion.

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

     .  On work areas marked as wa->fReadonly, raise a recoverable
        error.  On work areas marked as wa->fShared, you must address network
        contingencies.

     .  Some RDDs may want to perform a physical table deletion.

 Files  Header file is Rdd.api.


See Also: AREA deleted() forceRel() pack() recall()

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