Event handler signalled when the size for the form is changed.
Source position: forms.pp line 738
public property TCustomForm.OnResize : TNotifyEvent |
OnResize is a TNotifyEvent property with the event handler signalled when the dimensions for the form have been changed. It is signalled (when assigned) from the DoOnResize method, and occurs in the inherited DoOnResize method in the ancestor class.
Create and assign a procedure to the event handler to perform any actions needed after the form has been resized.
Use the OnConstrainedResize event handler to set the height and/or width for the form using minimum and maximum height and width values.
|
Performs a delayed resize action using the DelayedEvent for the control. |
|
|
Signals OnResize event handlers for the control. |
|
|
Notification handler for a resize of the control. |