There are four kinds of wizards, where the wizard kind depends on the interfaces that the wizard class implements. The following table describes the four kinds of wizards.
The four kinds of wizards
|
Interface |
Description |
|
IOTAFormWizard |
Typically creates a new unit, form, or other file |
|
IOTAMenuWizard |
Automatically added to Help menu |
|
IOTAProjectWizard |
Typically creates a new application or other project |
|
IOTAWizard |
Miscellaneous wizard that doesn't fit into other categories |
The four kinds of wizards differ only in how the user invokes the wizard:
Repository menu item). The user can check the New Form check box for a form wizard, which tells the IDE to invoke the form wizard when the user chooses the File
New
Form menu item. The user can also check the Main Form check box. This tells the IDE to use the form wizard as the default form for a new application. The user can check the New Project check box for a project wizard. When the user chooses File
New
Application, the IDE invokes the selected project wizard. The following topics provide details on how to implement and install a wizard:
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|