Programming with Reflection
TypeAheadImmediates property
Syntax |
object.TypeAheadImmediates |
Works with |
|
Data type |
Returns (first syntax line) or specifies (second syntax line) whether typeahead can be used during forms processing. When the keyboard is locked, keys controlling cursor movement and display memory manipulation are normally processed immediately (instead of being placed in Reflection's typeahead buffer in their proper sequence with other keys). When TypeAheadImmediates is set to True, only operation keys such as Alt+R (hard reset) are processed immediately.
The default value is True.