ActiveXModule.InterfaceName
- Updated2025-07-21
- 1 minute(s) read
ActiveXModule.InterfaceName
Syntax
ActiveXModule.InterfaceName
Data Type
The name of the interface.
Purpose
Specifies the name of the interface the module uses when it invokes a server object.
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 ActiveXModule.CoClassName property remains empty when specifying a module that accesses them. For either group of objects, ensure this property contains the name of the interface with which the module accesses the object.