Gseos.WindowRestore
Previous  Top  Next

WindowRestore(strTitle)

Restore a GSEOS window from minimized or maximized state. If the window is in its normal state it will be activated. 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.WindowClose(), Gseos.WindowMove(), Gseos.WindowResize()