Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Terminal Object / VT640Compatible Property
In This Topic
    VT640Compatible Property
    In This Topic
    Gets or sets whether Reflection switches back and forth automatically between Tektronix and VT terminal emulation when it receives VT640-compatible control characters from the host.
    Syntax
    expression.VT640Compatible As Boolean
    where expression is a variable that represents a Terminal Object
    Remarks
    When this property is true, Reflection automatically sets the value of TerminalType to Tek401X when it receives a control character (Ctrl-]) or the escape sequence EscGs from the host. Reflection exits Tektronix terminal emulation and sets TerminalType to VT400_7 when it receives a Cancel control character (Ctrl-X) from the host.

    The default value is false.

    See Also