[<<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()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson