Member variable XbpWindow():visible Foundation
Determines whether the dialog element is visible after :create() is executed.
The instance variable :visible determines whether the Xbase Part is visible immediately after the method :create() is called. By default :visible is .T. (true) and the Xbase Part 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 object's construction to be hidden. In this case, the Xbase Part must be explicitly displayed using the :show() method.
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.