Class Builder Options Dialog Box (Class Builder Utility)
Displays and allows editing of the options for the Class Builder utility.
Dialog Box Options
Code Generation
Allows setting various options for the generation of the code that supports the classes and collections.
Include Debug code in Initialize and Terminate events — Generates conditionally compiled code that prints a notification to the Debug class when objects are created and destroyed. This code is useful to verify that objects are being created and destroyed in the correct sequence, and at the correct time.
Include Err.Raise in all generated methods — Generates code for handling errors in all Let, Set, and Get property procedures and all methods. In addition, a code module called modErrorHandling is added to the project; this module contains a number of useful error handling routines. The code in this module can get an error text string from a resource file and use this string in raising an error.