JVCL Help:TJvTrayIcon.Delay

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

Search in JVCL Help

 
Search in all projects
 

Summary

Determines the amount of time, in milliseconds, between two refreshes of the tray icon.


Pascal

 propertyDelay: Cardinal;


Description

Delay determines how frequently a refresh of the tray icon occurs. If Active and Animated are set to true, TJvTrayIcon will iterate through the icons in the image list specified by property Icons. Each time the specified time passes, TJvTrayIcon changes the tray icon to the next icon in the image list.
Use Delay to specify any cardinal value as the interval between refresh events. The default value is 100 (1/10 second).


See Also

TJvTrayIcon.Active, TJvTrayIcon.Animated, 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