WINREFRESH


 

The WINREFRESH instruction repaints the objects on the screen. The instruction uses the following format:

 

 

[label]

WINREFRESH

[{window}]

 

Where:

label

Optional. A Program Execution Label.

window

Optional. A window that is refreshed.

Flags Affected: NONE

Note the following:

  1. This instruction does not repaint any of the information placed on the screen using a DISPLAY or KEYIN statement.

  2. The {window} must have been a previously defined and created WINDOW object.

  3. The default window is the main window.

 

 

See Also: Interactive I/O Instructions

 



PL/B Language Reference WINHIDE WINRESTORE