WINREFRESH
The WINREFRESH instruction repaints the objects on the screen. The instruction uses the following format:
|
|
|
|
|
Where:
label
Optional. A Program Execution Label.
window
Optional. A window that is refreshed.
Flags Affected: NONE
Note the following:
This instruction does not repaint any of the information placed on the screen using a DISPLAY or KEYIN statement.
The {window} must have been a previously defined and created WINDOW object.
The default window is the main window.
See Also: Interactive I/O Instructions
![]() |