WinXClear (hWnd)
Clears all auto draw graphics from the window
Parameter | Description |
---|---|
hWnd | The handle to the window to clear |
$$TRUE on success or $$FALSE on fail
The results of this function are not visible until you call WinXUpdate
'Clear the main window of all auto draw graphics WinXClear (#hMain) |