The Collection Class Builder
The Collection Class Builder assists you in creating user defined collections
based on class objects.
To build a new collection class:
-
Open the project where you want to insert a new collection object.
-
Click New Collection Class on the Code Edit Tools toolbar or select
the same entry in the CodeSMART main menu to display the New Collection Class
dialog box (quick toolbar
and menu references are available).
-
Select an existing class or specify a new one as the collection's
base class.
-
Set the new collection class scope. Depending on the current project's
type, invalid options are disabled.
-
In the Details section you can specify if you want to implement a public
item existence checker (Exists) function within the new collection
class.
-
Press Insert in order to add the collection class to the current
project and then automatically close the dialog box, or Insert and
New if you want to avoid the dialog being closed and continue creating a
new collection class.
Notes
-
If the specified base class doesn't exist in the current project then
it will be created.
See also
Back To Top
|