Gseos.WindowClose
Previous  Top  Next

WindowClose(strTitle)

Close a GSEOS window. If the window has been modified you will be prompted to save the window before it will be closed. The window is located by the caption title on any desktop page. If the window can't be found raise the TWindowNotFoundError exception.

ParameterDescription     
strTitleThe caption bar title. Not the entire title needs to be entered, any match on the first characters will suffice.      

Returns

None

See Also
Gseos.WindowMinimize(), Gseos.WindowMaximize(), Gseos.WindowMove(), Gseos.WindowResize()