Methods for counter variables
Use these methods to increase or decrease the values of variables.
Method | Description | Parameters | Return type |
Decrement (1 parameter) | Decrements a specified variable and stores the result. | Int32: the variable value to decrement | Int32 |
Decrement (0 parameters) | Decrements a specified variable and stores the result. | Int32: the variable value to decrement | Int32 |
Increment (1 parameter) | Increments a specified variable and stores the result. | Int32: the variable value to increment | Int32 |
Increment (0 parameters) | Increments a specified variable and stores the result. | Int32: the variable value to increment | Int32 |
ResetState | Resets all component properties to their initial values. |
Previous topic Methods for rich-text variables Next topic Credentials