Programming with Reflection
WyseAttributeMode property
Syntax |
|
Works with |
|
Data type |
Returns (first syntax line) or specifies (second syntax line) the Wyse terminal display attribute mode. This property is valid only for Wyse terminal emulation.
The default value is rcAttributeCharacter for Wyse60 emulation and rcAttributePage for Wyse50+ emulation.
rcAttributeCharacter Character mode, which adds the current display attribute to each character as it is received, exactly like a VT emulator.
rcAttributeLine Line mode, which adds the newly specified display attribute to every subsequent character on the line immediately, up to the end of the line or the next different attribute.
rcAttributePage Page mode, which adds the newly specified attribute to every character on the page or up to the next existing attribute.