Programming with Reflection
T27CLRClearsUnprotected property
Syntax |
object.T27CLRClearsUnprotected |
Works with |
|
Data type |
Returns (first syntax line) or specifies (second syntax line) what happens when you clear the T27 terminal display. When this property is True, only unprotected fields are cleared and the keyboard cursor moves to the first data entry position of the first unprotected field. When it is False, the entire page is cleared, the terminal is put it into non-forms mode, and the keyboard cursor is moved to Home. For example:
Session.T27CLRClearsUnprotected = False
Notes
By default, Reflection uses Shift+Home to clear. You can change this key mapping using Reflection's Keyboard Setup dialog box or programmatically using the SetKeyMap method.
The default value is True.