[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
WndProc - makes specific reactions according to the message passed, then calls inherited WndProc
Source position: controls.pp line 1862
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 and Button messages: process any docking instructions
|
WndProc - message handler for the procedure of this window |
lazarus-ccr.sourceforge.net |