Method XbpSysWindow():show() Foundation
Redisplays a hidden system window.
:show() --> lSuccess
This method returns the value .T. (true) when the hidden system window could be redisplayed, otherwise .F. (false) is returned.
The :show() method redisplays a hidden window on the screen. A system window is hidden when the method :hide() is executed or the instance variable :visible is set to .F. (false) prior to the call to the :create() method. Whether a window is currently visible can be determined using the method :isVisible().
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.