General Properties
Type
Choose one of two variants: Simple COM Add-In or EXE Add-In.
If Simple COM Add-In is selected, add-in will be called from QuickField using COM. So, this add-in should be a COM server.
If EXE Add-In is selected, you can use any EXE file as an add-in. This EXE file will be started by QuickField each time you click the corresponding menu item.
Name of the COM object for the add-in or Command line to call the add-in
For COM add-in, specify the object name here.
For EXE add-in, specify the command line to call the add-in. Typically, it is the full path to the add-in EXE file.
Menu items attached to this add-in
This box contains the list of menu items attached to the add-in. Typically, one menu item is attached to every add-in. However, for more advanced add-ins, you can associate several menu items with one add-in.
To add a menu item, click Add Item.
To delete a menu item, click Delete.
To change menu item properties, click Edit.
Description Properties
Friendly name
It is recommended to specify a readable name for add-in here.
Description
It is recommended to provide detailed description of the add-in here.
Related Topics
Add-in Menu Item Dialog Box
What is Add-in? Switching Add-ins on and off