REDRAW WINDOW

4D - Documentation   Français   English   German   Spanish   Japanese   4D v11 SQL, Command Theme List   4D v11 SQL, Command Alphabetical List   4D v11 SQL, Constant Theme List   Back   Previous   Next

version 6.0


REDRAW WINDOW {(window)}

ParameterTypeDescription
windowWinRefWindow reference number, or
Frontmost window of current process, if omitted

Description

The REDRAW WINDOW command provokes a graphical update of the window whose reference number you pass in window.

If you omit the window parameter, REDRAW WINDOW applies to the frontmost window for the current process.

Note: 4D handles the graphical updates of the windows each time you move a window, resize it, or bring it to the front, as well as when you change the form and/or the values displayed in the window. You will rarely use this command.

See Also

ERASE WINDOW.


4D - Documentation   Français   English   German   Spanish   Japanese   4D v11 SQL, Command Theme List   4D v11 SQL, Command Alphabetical List   4D v11 SQL, Constant Theme List   Back   Previous   Next