[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Checks for changes and calls DoOnResize if needed.
Source position: controls.pp line 1320
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. |
|
|
Invokes all notification handlers of the specified type. |
|
|
Notification handler types. |
lazarus-ccr.sourceforge.net |