ActiveXModule.ActiveXReferenceExpr

Syntax

ActiveXModule.ActiveXReferenceExpr

Data Type

String

Purpose

Specifies a variable or property using the ActiveX Reference type.

Remarks

When an ActiveX module creates an object, it assigns the object reference to the variable or property, if specified. Otherwise, the module automatically releases the object reference after executing. If the module does not create an object, but calls a method or accesses a property instead, the ActiveXReferenceExpr property must contain the value of a valid ActiveX reference that refers to the object on which to call the method or access the property.