Checks for changes and calls DoOnResize if needed.
Source position: controls.pp line 1358
protected procedure TControl.Resize; virtual; |
No actions are performed in the method at design-time, during LCL component streaming, or when AutoSizeDelayed is set to True.
Resize updates internal members used to track the current values in the Width, Height, ClientWidth, and ClientHeight properties. It calls DoOnResize to signal OnResize event handler(s) (when assigned) for the control.
|
Signals OnResize event handlers for the control. |
|
|
Notification handler for a resize of the control. |
|
|
Signals handler routines for the specified control handler type. |
|
|
Notification handler types. |
CT Web help |
CodeTyphon Studio |