CloseWindow()

Syntax

CloseWindow(#Window)
Description
Close the specified window.

Parameters

#Window The window to close. If #PB_All is specified, all the remaining windows are closed.

Return value

None.

Remarks

All remaining opened windows are automatically closed when the program ends.

See Also

OpenWindow()

Supported OS

All

<- BindEvent() - Window Index - DisableWindow() ->