[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Event handler for size/move messages.
Source position: controls.pp line 2067
protected procedure TWinControl.WMWindowPosChanged( |
var Message: TLMWindowPosChanged |
); message; |
This method is called whenever left, top, width, height, clientwidth or clientheight have changed.
If the source of the message is the interface, the new size is stored in FBoundsRealized to avoid sending a size message back to the interface.
lazarus-ccr.sourceforge.net |