Member variable XbpCrt():clipChildren Foundation

Determines whether the Xbase Parts in the child list are clipped during graphic output.

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

:clipChildren contains a logical value that determines whether children are clipped when graphic output occurs in the XbpCrt window. The default value for this instance variable is .T. (true). In this case, the children of the dialog are not "overpainted" when the XbpCrt object redraws its display area or borders. Furthermore, the output of GRA functions used within the dialog does not affect its children. Instead, graphical output is clipped at the child's borders. If .F. (false) is assigned to :clipChildren, the drawing operations performed by the application and the XbpCrt object itself can affect the dialog's child objects.

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.