InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.ALC Library / AlcTerminal Object / SplitScreensShareInputRecallBuffer Property
In This Topic
    SplitScreensShareInputRecallBuffer Property
    In This Topic
    Gets or sets a value indicating whether to allow multiple split screen windows to share the saved input transactions.
    Syntax
    expression.SplitScreensShareInputRecallBuffer As Boolean
    where expression is a variable that represents a AlcTerminal Object
    Remarks
    Split Screen it allows multiple terminal windows to share the same host connection. The user can type in any of the windows and receive host responses in that same window or a different window. The sharing of the recall buffer allows the user to type transactions in one window, then switch to another window and be able to recall that same input transaction.
    See Also