Programming with Reflection
T27CRDisplayFromKeyboard property
Syntax |
object.T27CRDisplayFromKeyboard |
Works with |
|
Data type |
Returns (first syntax line) or specifies (second syntax line) whether the control character CR is visible on the display when the associated keystroke is pressed on the PC keyboard. When this property is True, the character is visible on the display. When it is False the character remains invisible. This property affects Unisys T27 terminal emulation only.
The following statement turns on the display of the carriage return control character from the keyboard:
Session.T27CRDisplayFromKeyboard = True
The default value is False.