Programming with Reflection
T27ReturnKey property
Syntax |
|
Works with |
|
Data type |
Returns (first syntax line) or specifies (second syntax line) how Reflection moves the keyboard cursor when you press Return. You can also change this value using the Emulation tab in the Terminal Setup dialog box.
This statement sets the Return key to a carriage return with no line feed:
Session.T27ReturnKey = rcT27CR
Notes
By default Reflection uses the Enter key for Return. You can change this key mapping using Reflection's Keyboard Map Setup dialog box or programmatically using the SetKeyMap method.
The default value is rcT27CRLF.
rcT27CR Reflection performs a carriage return (CR).
rcT27CRLF Reflection performs a carriage return (CR) followed by a linefeed (LF).