Checks for changes and calls DoOnChangeBounds if needed.
Source position: controls.pp line 1382
protected procedure TControl.CheckOnChangeBounds; |
Maintains internal members used to track the last bounds rectangle and client size before DoOnChangeBounds is called. Called from the LoadedAll and ChangeBounds methods.
|
Called when the control and its child controls have been loaded, and their control state is changed. |
|
|
Sets the bounds (left, top, height, width) and optionally the BaseBounds of the control. |
|
|
Signals OnChangeBounds event handlers for the control. |
| Version 4.4 | Generated 2025-11-08 | Home |