Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Terminal Object / OnLine Property
In This Topic
    OnLine Property
    In This Topic
    Gets or sets whether Reflection is in remote mode or local mode.
    Syntax
    expression.OnLine As Boolean
    where expression is a variable that represents a Terminal Object
    Remarks
    In remote mode (that is, when the Online property is set to true), Reflection transmits each character typed at the keyboard out the datacomm port. As characters are received back from the host they are displayed on the screen. If there is no connection, characters are not echoed.

    In local mode (when Online is set to false), Reflection immediately displays what is typed on the screen, without attempting to send it out the datacomm port. Data received from the host is discarded.

    The default value is true.
    See Also