[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
The WndProc of all LCL windows.
Source position: win32int.pp line 234
function WindowProc( |
Window: HWND; |
Msg: UINT; |
WParam: Windows.WParam; |
LParam: Windows.LParam |
):LRESULT; |
0 if Msg is handled.
Translates Windows messages into LCL messages. Invokes the target Dispatch() or "Intf..." methods.