[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Adds special handling for focus and input messages, notifies an DockManager.
Source position: controls.pp line 2157
protected procedure TWinControl.WndProc( |
var Message: TLMessage |
); override; |
LM_SETFOCUS: gets parent form and show this control as focused
LM_KILLFOCUS: removes focus fromthis control
LM_NCHITTEST: check transparency etc
Mouse messages: send to DockManager.
|
The general message handler for this control. |
lazarus-ccr.sourceforge.net |