JVCL Help:TJvWindowHook.AfterMessage

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

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