Vcl.ExtCtrls.TTrayIcon.AnimateInterval
Delphi
property AnimateInterval;
C++
__property AnimateInterval = {default=1000};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | published | Vcl.ExtCtrls.pas Vcl.ExtCtrls.hpp |
Vcl.ExtCtrls | TTrayIcon |
Description
Controls the length of time between image changes for the tray icon image.
Vcl.ExtCtrls.TTrayIcon.AnimateInterval inherits from Vcl.ExtCtrls.TCustomTrayIcon.AnimateInterval. All content below this line refers to Vcl.ExtCtrls.TCustomTrayIcon.AnimateInterval.
Controls the length of time between image changes for the tray icon image.
Use AnimateInterval to specify the length of time between image changes in the tray icon. The default interval is 1000 ms (1 second).
Code Examples