expression.TypeAhead As Boolean
where expression is a variable that represents a IbmTerminal Object
expression.TypeAhead As Boolean
Exception | Description |
---|---|
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. |
If you are working with an AS/400 host, TypeAhead allows you to keep typing when the keyboard is locked (for example, by a HLLAPI application). Reflection does not buffer characters when input is inhibited. If you are working with a 3270 host, TypeAhead allows you to keep typing after you send data to the host. Without TypeAhead, characters that you type are ignored until the host is ready for more data (that is, when the X disappears from the Operator Information Area).
The following 3270 functions are processed immediately and are not buffered, even when TypeAhead is True:
Function | Default Keystroke |
Alt Cursor | Alt-6 |
Cursor Select | Ctrl-F3 |
Next Window | Alt-N |
Pan Left | Ctrl-Left arrow |
Pan Right | Ctrl-Right arrow |
Reset | Esc |
Scroll Up | Ctrl-Up arrow |