194
LOAD CLASS Directive
Pre-Load Class Definition
Format
LOAD CLASS class$
Where:
class$
Name of the class to be pre-loaded. String expression.
Description
The LOAD CLASS directive is used in Object Oriented Programming to pre-load a
class definition into memory from a .pvc file. Normally an OOP class definition is
loaded into memory the first time an object of that class is instantiated, and that class
definition remains in memory and is used for all subsequent instances of the same
class.
See Also
Note: ProvideX accepts certain typographical errors. For instance, it accepts LAOD as
a substitute for LOAD.