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>new()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 new()
 Clear the workarea for use
------------------------------------------------------------------------------
 Prototype

     ERRCODE new(
                  WORKAREAP wa
                )

 Arguments

     wa is a pointer to self.

 Description

     Clears a workarea for use.

 Default Behavior

     new() assures that wa is ready to be put into use.

 Implementation Notes

     .  Most implementations should use the default implementation of
        new().  Any behavior added to a subclassed version should provide any
        initialization of the workarea needed for the RDD.

     Warning!  You should never break the inheritance chain with this
     method.  In other words, always call SUPERNEW( wa ) from any RDD you
     design.

 Files:  Header file is Rdd.api.


See Also: WORKAREA open() release()

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