StatisticaAddIn2 Members

These members are related to StatisticaAddIn2.

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.
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 know if a button or menu item should be enabled or disabled. Return value: Boolean.
OpenDocument Return value: Object.
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.