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>release()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 release()
 Release all references to workarea
------------------------------------------------------------------------------
 Prototype

     ERRCODE release(
                      WORKAREAP wa
                    )

 Arguments

     wa is a pointer to self.

 Description

     Releases the workarea referenced by wa.

 Default Behavior

     release() releases the workarea referenced by wa, and performs the
     following tasks:

     .  Releases memory used by wa->fields

     .  Removes the referenced workarea from the list of open
        workareas

     .  If the referenced workarea is the current workarea, the
        current workarea symbol is set to NULL

     .  Releases the memory held by the current WORKAREA structure

 Implementation Notes

     .  It is highly recommended that you do not break the inheritance
        chain of release() (i.e., any implementation of release() in your RDD
        should call SUPERRELEASE()).

 Files:  Header file is Rdd.api.


See Also: WORKAREA close() new()

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