For a window, the event resize occurs when the size of a window is changed.
For any other components, the event resize occurs at the end of a
resizing operation using the handles provided.
For these controls, resizing will only be
possible when the property Resizable has a true
value.
Note: this event means that the window may or may not change size, and that it may or may not be needed to execute "action logic" similar to the logic for the event maximize (see also the events minimize and restore).
In MSM-GUI, this event is called "ZRESIZE".
Use of this event will imply non-portability of the generated code. Go to the alphabetic list of events.