Programming with Reflection
BlinkRate property
Syntax |
|
Data type |
The host can set a blinking attribute on text it displays in the terminal window. This property returns (first syntax line) or specifies (second syntax line) how often such text blinks. This property applies to 3270 and 5250 terminal sessions.
For example, this statement disables text blinking:
Session.BlinkRate = rcNoBlink
The default is rcMedium.
rcNoBlink The blinking attribute is ignored.
rcSlow Text blinks once every second.
rcMedium Text blinks twice every second.
rcFast Text blinks four times every second.