download
order Bookmark and Share

 

Class Builder

 
TabMain OK Cancel Help Main(0) Main(1) Main(2)

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

Also make Collection Class ColClassName
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

Properties New Change Delete

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.

Methods

Methods New Change Delete

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.