Programming with Reflection

image\rwnprg32.gif VTKeypadMode property

 

Syntax

object.VTKeypadMode
object.VTKeypadMode = Value

Works with

image\r124.gif

Data type

Enumeration

 

Description

Returns (first syntax line) or specifies (second syntax line) which characters are transmitted by the numeric keypad keys.

This property is normally controlled by the host. If you find that the keypad number or PF 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 rcNumericMode.

rcNumericMode Keys on the numeric keypad are in normal (numeric) mode.

rcApplicationMode Keys on the numeric keypad 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