Sends Move or Size messages using the window message processing loop.
Source position: controls.pp line 2238
protected procedure TWinControl.SendMoveSizeMessages( |
SizeChanged: Boolean; |
PosChanged: Boolean |
); override; |
Send Move and Size messages through the LCL message paths. This simulates the VCL behavior and has no real effect.
|
Sends Move and Size messages through the LCL message paths. |