The TextMacro type exposes the following members.
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| TextMacro | Initializes a new instance of the TextMacro class |
Properties
| Name | Description | |
|---|---|---|
| DisplayString | Variable value. | |
| IsReserved | Is set to true if the variable is a reserved variable. | |
| IsSystem | Is set to true if the variable is a system variable. | |
| RefSeqNo | Order in which the variable was referenced during the script execution.
The same number sequence is used for both qRefSeqNo and qSetSeqNo. | |
| SetSeqNo | Order in which the variable was updated during the script execution.
The same number sequence is used for both qRefSeqNo and qSetSeqNo. | |
| Tag | Name of the variable. |
See Also