Event XbpWindow():paint Foundation

Xbase Part has been redrawn.

Syntax
:paint := {| aRect, uNIL, self | ... }
:paint ( <aRect> ) --> self
xbeP_Paint (1048626)
Parameters
<aRect> := { nX1, nY1, nX2, nY2 }
<aRect> is an array containing the coordinates for the redrawn area.
Return

This method returns the object executing the method (self).

Description

The xbeP_Paint event is generated after a window has been partly or completely redrawn. The coordinates in <aRect> specify the lower left and the upper right corner of the redrawn area.

Instead of being rendered by the Xbase++ run-time system, the display of an ActiveX control is taken care of by the associated COM server. As a consequence, the xbeP_Paint event is not supported for ActiveX controls. However, similar functionality may be available through the ActiveX control's COM interfaces. Please consult the documentation that comes with the control.

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.