198
· File handles (if the object is maintained on a file).
· Security information.
· Flags and status information used by the programming logic.
If the local variable contains an object identifier to another object, specify the
keyword OBJECT after the variable name. When the object is deleted, ProvideX will
use the REF( ) function against the object identifier to remove it (as long as it has no
other references); e.g.,
DEF CLASS "Customer"
LOCAL File OBJECT
When you delete an object whose class is Customer, then the system reduces the
reference count of the object whose identifier is in File and, if it is no longer being
referenced, deletes it as well.
Refer to the following functions and directives for related information on Object
Oriented Programming: