StatisticaAddIn3 Members

Functions

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.

Properties

Name Description
Description Get the Add In's description. Return value: String. This property is read only.
DocumentName Return value: String. This property is read only.
Name Get the Add In's Name. Return value: String. This property is read only.