StatisticaAddIn Members
These members are related to Statistica Add-In.
| Functions | Description |
|---|---|
| AutoClose | Called when the Add In is closed or Statistica shuts down. |
| AutoOpen | Called when the Add-In is opened (started) or Statistica starts and Add In is configured to autoload. |
| CreateUI | Called when the add-in needs to (re)create its user interface elements (toolbars, menus). |
| DestroyUI | Called when the add-in needs to remove any toolbars, menus, etc which it created. |
| Install | Called when the Add In is installed. |
| OnCommand | Command handler for Add-In defined UI elements. |
| OnIdle | Called periodically when Statistica is idle. Return value: Integer. |
| OnUpdateCommandUI | Called when Statistica needs to know if a button or menu item should be enabled or disabled. Return value: Boolean. |
| UnInstall | Called when the Add In is uninstalled. |
| Properties | Description |
|---|---|
| Description | Get the Add In's description. Return value: String. This property is read only. |
| Name | Get the Add In's Name. Return value: String. This property is read only. |
Subtopics