Get and set properties of wizards
- Last UpdatedJul 25, 2024
- 1 minute read
Some wizards such as the Distributed Alarm Object and Windows Controls contain set or read properties. These properties could be values in a text box or the check status of a checkbox.
In a script, you access these properties through the following functions.
|
Use |
To |
|---|---|
|
SetPropertyD(), GetPropertyD() |
Set or read discrete properties. |
|
SetPropertyI(), GetPropertyI() |
Set or read integer properties. |
|
SetPropertyM(), GetPropertyM() |
Set or read message properties. |
See the wizard description for a list of supported properties.
Here is how to set and read these properties in a generic way.