Programming with Reflection

image\rwnprg32.gif TVICompatibility property

 

Syntax

object.TVICompatibility
object.TVICompatibility = Value

Works with

image\r24.gif

Data type

Enumeration

 

Description

Returns (first syntax line) or specifies (second syntax line) which TVI emulation type Reflection uses when TerminalType is set to rcTVI955.

The value of this property controls the behavior of specific TVI commands that correspond to the specified emulation type. For example, under TVI 955 emulation, the ESC 0 ps P1 p2 p3 command causes a reprogram of any Edit key. Under TVI 950 emulation, this same command will reprogram the Send key.

Notes

· A list of commands is available in the Reflection online Help. Search for "Commands, list of for TVI 955 emulation."

Values

The default value is rcTVIComp955.

rcTVIComp955 Reflection is configured for TVI 955 emulation.

rcTVIComp950 Reflection is configured for TVI 950 emulation.

 

image\jump.gif Keyword Index

image\popup.gif Related Topics

image\popup.gif Reflection products that use this property