-
Notifications
You must be signed in to change notification settings - Fork 12
IOTAWizardServices
Chua Chee Wee edited this page Jan 3, 2021
·
1 revision
IOTAWizardServices is an interface for services to dynamically load and unload wizards.
Use IOTAWizardServices when you want to write a wizard that can manage other wizards. Most of the time, you do not need to use IOTAWizardServices, and can use RegisterPackageWizard instead. The limitation of RegisterPackageWizard, however, is that there is no UnregisterPackageWizard function and IOTAWizardServices provides this missing functionality.
Use the BorlandIDEServices variable to obtain the IOTAWizardServices object by calling the Supports function, or the as keyword.
Up to Parent: IInterface
Method | Description |
---|---|
AddWizard | Call this to register an IOTAWizard interface. |
RemoveWizard | Remove the index'd Wizard. |
Property | Description |
---|---|
There are no properties. |