JVCL Help:TJvTrayIcon.HideApplication

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

Search in JVCL Help

 
Search in all projects
 

Summary

Hides the application.


Pascal

 procedureHideApplication; virtual;


Description

Call HideApplication to minimize the application and remove the application button on the taskbar. Call ShowApplication to restore the minimized application and show the application button on the taskbar.
Include tvAutoHide in Visibility to automatically remove the application button on the taskbar if the user minimizes the application.
Include tvRestoreClick or tvRestoreDbClick in Visibility to automatically restore the application and the vis bility of the application button when the user clicks the tray icon with the left button, or double-clicks the tray icon, respectively.
Include tvMinimizeClick or tvMinimizeDbClick in Visibility to automatically hide the application and application button when the user clicks the tray icon with the left button, or double-clicks the tray icon, respectively.
Include tvAutoHideIcon in Visibility to automatically remove the icon from the tray area if the application is visible.


See Also

TJvTrayIcon.ShowApplication, 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