|
|
|
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.
An Add-in Wizard allows for a package to be installed without adding visible objects to the Delphi IDE. "What good is that?" you may ask. Well think of the type of tools that come with GExperts. A number of lurk quietly in the background to the point that eventually you think that the feature was actually shipped with Delphi! That is what an Add-in Wizard can be used for. Quietly enhancing the IDE in the background. A few things that can be accomplished with an Add-in Wizard are creating a spell checker that checks for correct syntax as you type, watching for notifications of various action in Delphi such as when project files are opened or closed or when the project is about to be compiled, or adding a Hex calculator that pops up with a specific hot key sequence. Creating an Add-in Wizard consists of the following steps:
|
Last Modified on: |