[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
The handler for all messages.
Source position: controls.pp line 1670
public property TControl.WindowProc : TWndMethod |
WindowProc is set to TControl.WndProc by default.
When you ever change WindowProc, then remember the previous setting and delegate all unhandled messages to that method.
|
Method type for WindowProc handlers. |
|
|
||
|
Direct call of an message handler, bypassing the message queue. |
lazarus-ccr.sourceforge.net |