[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
The handler for all messages.
Source position: controls.pp line 1818
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. |
|
|
||
|
Calls a message handler directly, bypassing the message queue. |
Version 4.0 | Generated 2025-05-03 | Home |