Programming with Reflection

image\rwnprg32.gif T27ReturnKey property

 

Syntax

object.T27ReturnKey
object.T27ReturnKey = Value

Works with

image\r24.gif

Data type

Enumeration

 

Description

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.

Values

The default value is rcT27CRLF.

rcT27CR Reflection performs a carriage return (CR).

rcT27CRLF Reflection performs a carriage return (CR) followed by a linefeed (LF).

 

image\jump.gif Keyword Index

image\popup.gif Related Topics

image\popup.gif Reflection products that use this property