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

     ERRCODE new(
                    AREAP wa
                 )

 Arguments

     wa is a pointer to self.

 Description

     Clears a work area 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 work area needed for the RDD.

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

 Files  Header file is Rdd.api.


See Also: AREA open() release()

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