Method type for WindowProc handlers.
Source position: controls.pp line 242
type TWndMethod = procedure(
var TheMessage: TLMessage
) of object;
TheMessage
Message with the command constant and key code processed in the handler.