JVCL Help:TJvShellHook.Active

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

Search in JVCL Help

 
Search in all projects
 

Summary

Specifies if shell messages are received and propagated to the event handler.


Pascal

 propertyActive: Boolean;


Description

Use Active to specify whether the component receives shell messages or not. When Active is true, the component calls the RegisterShellWindow API function to register its own message handler. Messages received are relayed to the user through the OnShellMessage event handler.


See Also

TJvShellHook.OnShellMessage


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