JVCL Help:TJvAppAnimatedIcon
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvAppAnimatedIcon Class
[+] JvAppAnimatedIcon.pas Classes
[+] TJvAppAnimatedIcon Methods
[+] TJvAppAnimatedIcon Properties
Search in JVCL Help
Search in all projectsClass Hierarchy
TJvAppAnimatedIcon
run\JvAppAnimatedIcon.pas
Summary
Animates the application's icon.
Pascal
run\JvAppAnimatedIcon.pas
TJvAppAnimatedIcon = class(TJvComponent);
Description
- JVCLInfo
The TJvAppAnimatedIcon component allows you to make an animated application icon. The component will change the applications icon every interval by cycling a list of icons.
To create an application with an animated icon you should execute the following tasks:
- Drop a TJvAppAnimatedIcon component on a form or data module.
- Set the animation interval to an appropriate value.
- Link the component to an image list containing the icons to use for animation.
- Activate the component by setting property Active to true.
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