Window.showModal

Function/Meaning

[Windows +] Modal window display

Type
Windowclassmethod of
Syntax
showModal()
Arguments
Return value
None (void)
Explanation

Display the window modally (with mode).
This method keeps windows visible and temporarily disables other windows.
Therefore, the user can only access this window (this is called the moded state).
When the window is closed, the moded state is canceled.
The window must be hidden when you call this method.