Programming with Reflection
T27CRDisplayFromComm property
Syntax |
object.T27CRDisplayFromComm |
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 host sends the associated sequence. 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 host:
Session.T27CRDisplayFromComm = True
The default value is False.