Method XbpCrt():isVisible() Foundation
Returns whether an XbpCrt window is visible.
:isVisible() --> lVisible
This method returns the value .T. (true) if the window is visible on the screen, otherwise it returns .F. (false).
An XbpCrt window can be temporarily removed from the screen using the method :hide(). This hides the window and it is no longer visible. The method :isVisible() is used to determine whether the window is visible. The :show() method is used to make the window visible again.
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.