Programming with Reflection

image\rwnprg32.gif VTCursorKeyMode property

 

Syntax

object.VTCursorKeyMode
object.VTCursorKeyMode = Value

Works with

image\r124.gif

Data type

Enumeration

 

Description

Returns (first syntax line) or specifies (second syntax line) whether the cursor keys are under host control.

This property is usually controlled by the host. If you find that your arrow keys aren't working properly, it may mean that this option was incorrectly left set to rcApplicationMode when a host program terminated abnormally.

This property affects Reflection for HP only in VT emulation mode.

Values

The default is rcNormalMode.

rcNormalMode Cursor keys are in Normal mode.

rcApplicationMode Cursor keys are defined by the host application.

This property is not saved to a settings file.

 

image\jump.gif Keyword Index

image\popup.gif Related Topics

image\popup.gif Reflection products that use this property