Class Builder
Classes are the most important means for structuring your applications. This
class builder helps you define classes efficiently. Use the class builder to
create a class with corresponding properties and methods. Check the Collection
Class to have that created too.
Start this dialog from Toolbar
or using
Alt-CA (Code-vb - class)
Controls:
Class Name
Name of the class to be created.
Description
Description to be added to the top of the class module
Collection Class
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
Collection Class Name
Name of the collection class
Properties
Define the properties of the class.
New
Opens the Property Builder
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.
Define the methods of the class.
New
Opens
Method Builder
Change
Select the method in the list. Pressing [Change] opens
Method BuilderDelete
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.