Programming with Reflection
DelayAfterAID property
Syntax |
|
Data type |
Returns (first syntax line) or specifies (second syntax line) the amount of time, measured in milliseconds, Reflection should wait before processing keystrokes after an AID key (PF1-PF24, Enter, or Clear) has been pressed. For example, this statement sets the wait to 10 milliseconds:
Session.DelayAfterAid = 10
This setting is only relevant to 3270 terminal sessions.
The default is 0.
The range of values is from 0 to 20,000 milliseconds.