ActiveXModule.UseStepLoadOptions
- Updated2025-07-21
- 1 minute(s) read
ActiveXModule.UseStepLoadOptions
Syntax
ActiveXModule.UseStepLoadOptions
Data Type
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.