If you want to see specific parameters or understand the logic behind a class, you can use the Class Browser to view the code for the class in one of three ways. You can even view the parent class code for a user-defined method.
To view class definition code
The class definition displayed in the read-only window includes all property settings and method and event code.
Note The code displayed is for information. In many cases, you can save it to a program and run it directly, but code with nested containers will generate errors.
To modify a class that is displayed in the Class Browser
To edit method code of a method in the Members list
When you modify a class or form while the Class Browser window is open, you can easily view the ParentClass code for a method or event.
To view ParentClass code for a method
Note You can also view code or modify a class by selecting the class in the Members list and pressing the SPACEBAR.
To save class definition code to a file