Method XbpSysWindow():show() Foundation

Redisplays a hidden system window.

Syntax
:show() --> lSuccess
Return

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

Description

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

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.