Event XbpWindow():move Foundation

Xbase Part has been moved.

Syntax
:move := {| aOldPos, aNewPos, self | ... }
:move ( <aOldPos>, <aNewPos> ) --> self
xbeP_Move (1048624)
Parameters
<aOldPos>
<aOldPos> is an array containing two elements that specify the old x and y position of the window.
<aNewPos>
<aNewPos> is an array containing two elements that specify the new x and y position of the window.
Return

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

Description

The xbeP_Move event is generated after a window has been moved. This event affects XbpDialog and XbpCrt objects, as well as those Xbase Parts that display a window on the screen.

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.