DADiSP Worksheet Functions > Function Categories > Display and Manipulation > REDRAWALL

 

REDRAWALL

Purpose:

Redraws the entire application.

Syntax:

REDRAWALL(mode)

mode

-

An integer, the plotting mode:

0:

Redraw entire screen (default).

1:

Re-initialize graphics and redraw.

2:

Re-initialize fonts, re-initialize graphics, and redraw.

3:

Re-initialize Windows, re-initialize graphics, and redraw.

4:

Re-initialize system colors, re-initialize graphics, and redraw.

Remarks:

REDRAWALL is useful for restoring a graphically disrupted Worksheet.

See Also:

REDRAW

WINCAPTION