JVCL Help:TJvWindowHook.AfterMessage
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvWindowHook.AfterMessage Event
[+] TJvWindowHook Events
[+] TJvWindowHook Methods
[+] TJvWindowHook Properties
Search in JVCL Help
Search in all projectsSummary
Occurs after the hooked control has handled a received message.
Pascal
propertyAfterMessage: TJvHookMessageEvent;
Description
Use AfterMessage to respond to messages send to the hooked control. The AfterMessage event is fired after the hooked control has handled the message.
Use parameter Handled to specify whether the message is handled. Setting Handled to true will prevent other hooks to respond to this message.
This event is only triggered when Active is set to true.
See Also
Active, BeforeMessage, Control
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page