ActiveXModule.UseStepLoadOptions

Syntax

ActiveXModule.UseStepLoadOptions

Data Type

Boolean

Purpose

Controls the lifetime of an object that the module creates. If this property is False , the module creates the object when it begins executing. The module then releases its internal reference to the object when it completes executing. If this property is True , the module creates the object when the step loads according to the Step.ModuleLoadOption property and then holds an internal reference to the object until the step unloads according to the Step.ModuleUnloadOption property.

See Also

Step.ModuleLoadOption

Step.ModuleUnloadOption