GRAPHIC WINDOW END statement

Purpose

Close and destroy a graphic window.

Syntax

GRAPHIC WINDOW END [hWin]

Remarks

The GRAPHIC WINDOW identified by the handle hWin is closed and destroyed.  If hWin is omitted, or is equal to zero (0), the currently attached graphic window is destroyed.

GRAPHIC WINDOW END can be used to close and destroy a graphic window at any time.  Otherwise, the window is automatically destroyed when the program ends.

See also

GRAPHIC DETACH, GRAPHIC WINDOW, GRAPHIC WINDOW HIDE