Event XbpWindow():resize Foundation

Size of the Xbase Part has changed.

Syntax
:resize := {| aOldSize, aNewSize, self | ... }
:resize ( <aOldSize>, <aNewSize> ) --> self
xbeP_Resize (1048625)
Parameters
<aOldSize> := { nXsizeOld, nYsizeOld }
<aOldSize> contains the size of the window before it was changed.
<aNewSize> := { nXsizeNew, nYsizeNew }
<aNewSize> contains the current size of the window.
Return

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

Description

The xbeP_Resize event is generated after the size of a window has been changed. Two arrays are passed that specify the size of the window in the x and y directions before and after the Xbase Part is resized. The first array <aOldSize> contains the old size and the second array <aNewSize> contains the new or current size.

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.