Method type for WindowProc handlers.
Source position: controls.pp line 295
type TWndMethod = procedure( |
var TheMessage: TLMessage |
) of object; |
TheMessage |
|
Message with the command constant and key code processed in the handler. |
| Version 4.4 | Generated 2025-11-08 | Home |