JVCL Help:TJvHookOrder

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

Search in JVCL Help

 
Search in all projects
 

Summary

Represents different kinds of hook methods.

run\JvWndProcHook.pas


Pascal

 run\JvWndProcHook.pas
 TJvHookOrder = (
hoBeforeMsg,
hoAfterMsg
);


Members

Members Description
hoBeforeMsg Represents a hook method that allows to handle a message before the hooked control handles that message.
hoAfterMsg Represents a hook method that allows to handle a message after the hooked control has handled that message.

run\JvWndProcHook.pas


Description

The TJvHookOrder type is used to represent different kinds of hook methods.

run\JvWndProcHook.pas


About

Navigation

no pages or subcategories

run\JvWndProcHook.pas



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