Whether an Xbase Part is currently visible on the screen is determined using the method :isVisible().
Method XbpWindow():hide() Foundation
Suppresses the display of the Xbase Part on the screen.
:hide() --> lSuccess
This method returns the value .T. (true) when the display of the Xbase Part on the screen could be hidden, otherwise .F. (false) is returned.
The method :hide() suppresses the display of an Xbase Part on the screen. Although hidden, it still exists and can be made visible again using the method :show().
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.