AddIns
- Creating a Statistica Add-In
In the Statistica type library, there is an interface called StatisticaAddIn, which you can view with the ObjectBrowser. To create an add-in, you must create and register a COM object server dll (dynamic link library) that exposes this interface, and, once the add-in is installed, Statistica will call the methods of the StatisticaAddIn interface at various times. - Installing an Add-In
- ProgID
A ProgID (program ID) is a programmer-friendly string identifier for a COM component. ProgID's map to class identifiers, CLSID's, in the Windows registry. Typically, ProgID strings are of the form:
Copyright © 2021. Cloud Software Group, Inc. All Rights Reserved.