Member variable XbpWindow():clipSiblings Foundation

Determines whether siblings are clipped during graphic output.

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

The instance variable :clipSiblings contains a logical value that determines whether screen output by the functions of the GRA engine can occur in the areas of the Xbase Parts that have the same parent as self. When two Xbase Parts have the same parent they are considered siblings.

The default value is .T. (true). This means that when coordinates are specified for the output of the Gra..() functions that go beyond the area of the Xbase Part (child), they do not appear in the area of siblings if they overlap. When the value equals .F. (false), the output of Gra..() functions may paint over the object's sibling Xbase Parts in case they overlap. We recommend to have this setting always set to .T. (true).

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.