world.WindowDelete
Deletes a miniwindow
Prototype
long WindowDelete(BSTR WindowName);
Description
This deletes an existing miniwindow, freeing all the resources it used.
WindowName - the name of the existing miniwindow.
This forces a redraw of the output window, so the window is removed from the screen, if necessary.
Lua example
WindowDelete (win)
Return value
eNoSuchWindow - there is no such miniwindow
eOK - success
Related topic
See also
| Function | Description |
|---|---|
| WindowCreate | Creates a miniwindow |
| WindowInfo | Returns information about a miniwindow |
| WindowList | Lists all miniwindows |
| WindowShow | Shows or hides a miniwindow |