The UserTouched attribute can be used to store whether the element in question has been assigned by user.
The attribute will be automatically set, if
- A user has changed the value of the variable via a control (i.e. changing the value of an Editline control).
- The value of the variable is set with the ::= - operator.
- The UserTouched attribute is set with True.
Syntax |
UserTouched |
Return value |
Boolean |
Parameter |
None |