JVCL Help:TJvTrayIcon.Icon

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

Search in JVCL Help

 
Search in all projects
 

Summary

Determines which icon represents the application on the Windows taskbar notification area.


Pascal

 propertyIcon: TIcon;


Description

Use Icon to assign a specific icon to represent the application. TJvTrayIcon displays Icon on the Windows task bar notification area, when Active is set to true.
To avoid icon distortion, be aware that notification area icons have different levels of support under different versions of Windows. Windows 95, Windows 98, and Microsoft Windows NT 4.0 support icons of up to 4 bits per pixel (BPP). Windows Millennium Edition (Windows Me) and Windows 2000 support icons of a color depth up to the current display mode. Windows XP supports icons of up to 32 BPP.
If no icon is specified, TJvTrayIcon uses the application's icon, specified by Application.Icon.


See Also

TJvTrayIcon.Active, TJvTrayIcon.CurrentIcon, TJvTrayIcon.IconIndex, TJvTrayIcon.Icons


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