*DISPFLUSH (SETMODE)
8.7B
*DISPFLUSH={value}
This list control specifies the output flushing state for DISPLAY and KEYIN operations. This keyword was implemented to eliminate any delayed display actions caused by the event processing for the Windows. When this state is active, a character based program may execute slower since each DISPLAY and KEYIN forces the Windows to take an immediate display action.
The runtime keyword PLBWIN_DISPFLUSH also controls the output flushing.
Value is numeric variable indicating one of the following modes:
|
Value |
Output ... |
|
0 |
is controlled by the operating system. |
|
1 |
is an immediate action. |
See Also: List Controls (SETMODE), SETMODE
![]() |