LOAD CLASS Directive |
|
LOAD CLASS class$
The LOAD CLASS directive may be used to preload a class definition into memory from a .pvc file.
Example:
LOAD CLASS "aaa" loads from aaa.pvc
The first code in the .pvc file must be a DEF CLASS .. END DEF block assigned the same name (class$) as specified in the LOAD CLASS directive.