Programming with Reflection
WyseEnterKey property
Syntax |
|
Works with |
|
Data type |
Returns (first syntax line) or specifies (second syntax line) what is sent to the host when the Enter key is pressed. This property is valid only during Wyse terminal emulation.
The default value is rcWyseCR.
rcWyseCR Send a carriage return (CR).
rcWyseCRLF Send a carriage return and line feed (CRLF).
rcWyseTAB Send a TAB.