Sends Move and Size messages through the LCL message paths.
Source position: controls.pp line 1374
protected procedure TControl.SendMoveSizeMessages( |
SizeChanged: Boolean; |
PosChanged: Boolean |
); virtual; |
SizeChanged |
|
True if a TLMSize message is constructed and dispatched in the method. |
PosChanged |
|
True if a TLMMove message is constructed and dispatched in the method. |
Overridden in TWinControl; in TControl it's a NOP. This method simulates the VCL behavior and has no real effect.
|
Sets the bounds (left, top, height, width) and optionally the BaseBounds of the control. |
|
|
The client coordinate with the left edge for the control. |
|
|
The client coordinate for the top edge of the control. |
|
|
The horizontal size for the control. |
|
|
The vertical size for the control. |
| Version 4.4 | Generated 2025-11-08 | Home |