InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / IbmTerminal Object / HostTypeAheadControl Property
In This Topic
    HostTypeAheadControl Property
    In This Topic
    Gets or sets a value indicating whether the terminal honors the keyboard buffering control setting in the AS/400 user profile.
    Syntax
    expression.HostTypeAheadControl As Boolean
    where expression is a variable that represents a IbmTerminal Object

    Property Value

    The default value is True.

    If this property is False, InfoConnect uses the current value of the TypeAhead property to determine whether or not to buffer keystrokes.

    Exceptions
    ExceptionDescription
    This exception is thrown when you modify a property that was secured via the Permissions Manager, or that can only be modified by an Administrator.
    Remarks
    This property applies to 5250 terminal sessions only.
    See Also