PRO-level class libraries are located in the home directory of each project and have names that begin with "PRO". PRO-level classes are subclasses of and identical to the classes in the corresponding DEV-level class library.
You will find the following project-level class libraries in each project home directory:
|
Visual Class Library |
Purpose |
|
PROAPP.VCX |
Subclasses of the DEVAPP.VCX classes. |
|
PROCTRLS.VCX |
Subclasses of the DEVCTRLS.VCX classes. |
|
PRODATAHANDLER.VCX |
Subclasses of the DEVDATAHANDLER.VCX classes. |
|
PRODATAHANDLER |
Subclass of the
DEVDATAHANDLERBUSINESSRULES. |
|
PRODD.VCX |
Subclasses of the DEVDD.VCX classes. |
|
PROFORMS.VCX |
Subclasses of the DEVFORMS.VCX classes. |
|
PROGEN.VCX |
Subclasses of the DEVGEN.VCX classes. |
|
PROINT.VCX |
Subclasses of the DEVINT.VCX classes. |
|
PRORPT.VCX |
Subclasses of the DEVRPT.VCX classes. |
|
PROSEC.VCX |
Subclasses of the DEVSEC.VCX classes. |
If you change the classes in a PRO-level class library, your changes will only be inherited by the objects in that project.
How You Use the VPM Enterprise Classes