Method XbpWindow():show() Foundation

Redisplays a hidden Xbase Part.

Syntax
:show() --> lSuccess
Return

This method returns the value .T. (true) when the hidden Xbase Part could be redisplayed, otherwise .F. (false) is returned.

Description

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().

Feedback

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.