Programming with Reflection
T27SendExtended property
Syntax |
|
Works with |
|
Data type |
Returns (first syntax line) or specifies (second syntax line) whether 8-bit characters are supported. When this property is True, 8-bit characters are sent to the host as 8-bit characters. When this property is False, 8-bit characters are sent bracketed by Shift-out (SO) and Shift-in (SI) sequences; see T27SoSiXLT and T27SoSiXTN. This property is only relevant to T27 Unisys terminal emulation.
For example, use the following statement to have Reflection support 8-bit characters:
Session.T27SendExtended = True
The default value is False.