Programming with Reflection

image\rwnprg32.gif T27SPCFYKeySends property

 

Syntax

object.T27SPCFYKeySends
object.T27SPCFYKeySends = Value

Works with

image\r24.gif

Data type

Enumeration

 

Description

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.

Values

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.

 

image\jump.gif Keyword Index

image\popup.gif Related Topics

image\popup.gif Reflection products that use this property