ActiveXModule.FilePath
- 更新时间2025-07-21
- 阅读时长1分钟
ActiveXModule.FilePath
Syntax
ActiveXModule.FilePath
Data Type
The path of the file from which to load the object.
Purpose
When the ActiveXModule.CreateOption property specifies ActiveXCreate_FromFile , this property specifies the path of the file from which the module loads the object and obtains a reference.
Remarks
You can specify an absolute or relative pathname for the file. Relative pathnames are relative to the TestStand search directory paths .
If a server application is already running, the module might launch another copy of the application. The server application determines when to launch multiple copies of itself.