[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Notifies the Control of the child sizing changes and signals the OnChange event handler.
Source position: controls.pp line 1977
protected procedure TControlChildSizing.Change; virtual; |
The DoChildSizingChange method in Control is called to recalculate the size for its child controls and to realign them. The OnChange event handler is signalled (when assigned) to resize and realign the parent Control.
|
Event handler signalled when the size or layout for child controls has been changed. |
|
|
The Control where the class instance is used. |
|
|
Called after a change in ChildSizing information to trigger further processing. |
Version 4.0 | Generated 2025-05-03 | Home |