|
|
|
Wizards can be used to create a new Unit, Form, Library, Form descendant, add a Menu Item to the Delphi menu system, or incorporate interesting new enhancements to the IDE.
Menu Wizards are created the same way as Repository Wizards except for the interfaces that they must support. Menu Wizards place a menu item in the Help menu of the IDE. There is no choice as to where the Wizard is installed, this is the only place it may be installed. It is possible to inject a menu item in other menus but that requires a bit more work as you have to take advantange of the fact that the Delphi IDE is a Delphi application and you can access its main menu through the Application object. Creating a Menu Wizard consists of the following steps:
|
Last Modified on: |