JVCL Help:TJvTrayIcon.ShowApplication

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

Search in JVCL Help

 
Search in all projects
 

Summary

Restores a minimized application to its normal size.


Pascal

 procedureShowApplication; virtual;


Description

Call ShowApplication to restore the minimized application and show the application button on the taskbar. Call HideApplication to minimize the application and remove 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 minimized 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 the 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.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