StatisticaAddIn3 Members
Name | 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. |
CanClose | Called when app is shutting down to allow the addin a chance to cancel it, such as when saving changes and a user cancels. |
CreateNewDocument | Return value: Object. |
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. |
FileExtension | - |
Install | Called when the Add In is installed. |
IsCommandTemp | Determines whether user command should be saved. Return value: Boolean. |
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 update the visual attributes of a button or menu item. Return value: CmdUI. |
OpenDocument | Return value: Object. |
PreTranslateMessage | Called to allow the addin to PreTranslateMessage. |
UnInstall | Called when the Add In is uninstalled. |
Copyright © 2020. Cloud Software Group, Inc. All Rights Reserved.