Programming with Reflection
T27SPCFYKeySends property
Syntax |
|
Works with |
|
Data type |
Returns (first syntax line) or specifies (second syntax line) how cursor location information is sent to the host when you press Specify. For example, this statement sets Specify to send the cursor position using hex values:
Session.T27SPCFYKeySends =rcT27SpecifyHex
Notes
By default, Reflection uses the / key on the numeric keypad for Specify. You can change this key mapping using Reflection's Keyboard Map Setup dialog box or programmatically using the SetKeyMap method.
The default value is rcT27SpecifyASCII.
rcT27SpecifyASCII The keyboard cursor position is specified using ASCII values.
rcT27SpecifyHex The keyboard cursor position is specified using Hex values.