You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 26, 2022. It is now read-only.
The Window Message ID. Either a system constant or registered window message.
WParam
Ptr
Varies depending on the specific Message ID number; may be Nil.
LParam
Ptr
Varies depending on the specific Message ID number; may be Nil.
##Return Value
Return True if you handled the message and neither Windows nor the runtime should attempt default processing.
##Notes
This event is raised by the WndProc method.
Raised for every window message matching any message ID added to the filter using AddMessageFilter and not subsequently removed with RemoveMessageFilter