Name
CloseDisplay -- close a display (V4.5)
Synopsis
CloseDisplay(id)
Function
This function closes a currently open display. Please note that it will not free the display. You can still call SelectDisplay() on it even if it is closed. You can also make it visible again later using OpenDisplay() if necessary.

If you do not want to close the display completely but only minimize it, you can use the HideDisplay() command to achieve this. If you want to dispose of a display completely, you have to use the FreeDisplay() command instead of CloseDisplay().

Inputs
id
identifier of the display to close

Show TOC