[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
WndProc - performs actions specific to the message then calls inherited WndProc
Source position: forms.pp line 552
protected procedure TCustomForm.WndProc( |
var TheMessage: TLMessage |
); override; |
WndProc - performs actions specific to the message then calls inherited WndProc
Specific messages include:
Activate, SetFocus. KillFocus; Exit, Enter; Window Position Changing; Draw Item
|
WndProc - message handler for the procedure of this window |
|
|
WndProc - makes specific reactions according to the message passed, then calls inherited WndProc |
lazarus-ccr.sourceforge.net |