InfoConnect for Unisys VBA Guide
HostTypeAheadControl Property
Gets or sets a value indicating whether the terminal honors the keyboard buffering control setting in the AS/400 user profile.
Syntax
Object.HostTypeAheadControl As Boolean

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
Attachmate.Reflection.SecuredSettingException 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