Member variable XbpCrt():visible Foundation

Determines whether the window is visible after :create() is executed.

Attribute: EXPORTED
Data type: Logical (.T.)
Description

The instance variable :visible determines whether the XbpCrt window is visible immediately after the method :create() is called. By default :visible is .T. (true) and the window is displayed after :create() is executed. This default behavior can be suppressed by specifying the value .F. (false) for the instance variable :visible, which allows the window's construction to be hidden. In this case, the window must be explicitly displayed using the :show() method.

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.