[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
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.0 | Generated 2025-05-03 | Home |