ActiveXModule.CoClassName
- Updated2025-07-21
- 1 minute(s) read
ActiveXModule.CoClassName
Syntax
ActiveXModule.CoClassName
Data Type
The name of the class object.
Purpose
Specifies the name of the server class the module uses when it creates an object of the class.
Remarks
An ActiveX module can access two groups of server objects. The first group includes all top-level objects the module can create. The second group includes all other objects the server creates as a result of an invocation of a method or a property call. Because objects in this second group do not have a class name, ensure the CoClassName remains empty when specifying a module that accesses them. For either group of objects, ensure the ActiveXModule.InterfaceName property contains the name of the interface with which the module accesses the object.