Instantiating an aaServers object
- Last UpdatedFeb 05, 2025
- 1 minute read
The aaServers object is a cocreatable object. That is, it can be instantiated on its own, instead of only being created when used by a method of another object. In the InTouch HMI software, you can use the OLE_CreateObject() function to instantiate the aaServers object. The ProgID for the aaServers object is ArchestrA.HistClient.Database.aaServers.
For example:
OLE_CreateObject (%Man, "ArchestrA.HistClient.Database.aaServers");