Gets and sets the emulation used by the control.
Syntax
object.Emulation [= type ]
Remarks
The Emulation property can be used to set or return the
type of emulation performed by the control. The following values
may be used:
| Value |
Constant |
Description |
| 0 |
nvtNone |
The virtual display does not
emulate any specific terminal type, and does not process any escape
sequences. |
| 1 |
nvtANSI |
The virtual display processes ANSI
escape sequences for screen management and cursor positioning. This
emulation also supports escape sequences to control the foreground
and background color. The default keymap for ANSI function key
escape sequences will be selected. This is the default value. |
| 2 |
nvtVT100 |
The virtual display processes DEC
VT-100 escape sequences for screen management and cursor
positioning. The default keymap for a DEC VT-100 terminal will be
selected. |
| 3 |
nvtVT220 |
The virtual display processes DEC
VT-220 escape sequences for screen management and cursor
positioning. This emulation also supports DEC VT-320 escape
sequences to control the foreground and background color. The
default keymap for a DEC VT-220 terminal will be selected. |
Data Type
Integer
See Also
AutoWrap Property, Cursor Property, Write Method
|