JVCL Help:TJvTrayIcon.ApplicationHook
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvTrayIcon.ApplicationHook Method
[+] TJvTrayIcon Events
[+] TJvTrayIcon Fields
[+] TJvTrayIcon Methods
[+] TJvTrayIcon Properties
Search in JVCL Help
Search in all projectsSummary
Responds to windows messages sent to the application’s main window.
Pascal
functionApplicationHook(varMsg: TMessage): Boolean;
Parameters
Parameters | Description |
var Msg: TMessage | Represents the Windows message. |
Return Value
Returns true if it processes the message, and false if it does not.
Description
ApplicationHook is used if tvAutoHide is included in Visibility to respond when the user minimizes the application. If so, ApplicationHook removes the application's button on the taskbar, by calling the HideApplication method.
See Also
TJvTrayIcon.HideApplication, TJvTrayIcon.Visibility
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