Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Terminal Object / ClearDisplayOnDisconnect Property
In This Topic
    ClearDisplayOnDisconnect Property
    In This Topic
    Gets or sets how Reflection handles the display memory when you disconnect from the host.
    Syntax
    expression.ClearDisplayOnDisconnect As Boolean
    where expression is a variable that represents a Terminal Object
    Remarks
    When this property is true, Reflection clears the screen after disconnecting from the host.

    When it is false, data in the display memory is retained.

    The default value is false.
    See Also