Method XbpWindow():show() Foundation
Redisplays a hidden Xbase Part.
:show() --> lSuccess
This method returns the value .T. (true) when the hidden Xbase Part could be redisplayed, otherwise .F. (false) is returned.
The method :show() redisplays a hidden Xbase Part on the screen. An Xbase Part 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.