Programming with Reflection
RestrictedCursor property
Syntax |
|
Data type |
Returns (first syntax line) or specifies (second syntax line) whether the cursor is restricted to input fields in the terminal window.
When this property is set to True, the cursor can only be moved within or between input fields. If you press Up, for example, the cursor moves up to the next input field.
When this property is False, the cursor can be moved out of an input field. Trying to enter text outside of an input field results in an error.
This property is only relevant for 5250 terminal sessions.
The default is False.