WinXClear


WinXClear (hWnd)

Clears all auto draw graphics from the window

Parameter Description
hWnd The handle to the window to clear

Returns

$$TRUE on success or $$FALSE on fail

Remarks

The results of this function are not visible until you call WinXUpdate

Examples

'Clear the main window of all auto draw graphics
WinXClear (#hMain)

Related Links

WinXUpdate