Class Builder

Class InfoPropertiesMethodsOKCancelHelp

The class builder speeds up the creation of classes. Most of its benefits come from the ability to add a collection class automatically with code supporting work with collections and the Property Builder.

Start this dialog from Toolbar  or using Alt-CA or from Code Explorer

Controls:


Class Info

Class NameClass DescriptionColClass

Class Name

Name of the class to be created. </P>

Class Description

Description to be added to the top of the class module

Collection Class

Also make Collection ClassCollection Class Name

The collection class features support for enumeration (For Each) and Clear method.

Also make Collection Class

Check this if you want the collection class created. This collection class automatically has code to:

and supports For each.

Collection Class Name

Name of the collection class

Properties

NewChangeDelete

Define the properties of the class.

New

Opens the Property Builder</P>

Change

Select the property in the list. Pressing [Change] opens the Property Builder

Delete

Select the property in the list. Pressing [Delete] removes the property

Methods

NewChangeDelete

Define the methods of the class.

New

Opens Method Builder

Change

Select the method in the list. Pressing [Change] opens Method Builder

Delete

Select the method in the list. Pressing [Delete] removes the method.

OK

Create class and optionally collection class and close dialog.

Cancel

Close dialog without cCreate a class.

Help

Starts this Help topic.