Vcl.ExtCtrls.TCustomTrayIcon.AnimateInterval

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AnimateInterval: Cardinal read GetAnimateInterval write SetAnimateInterval default 1000;

C++

__property unsigned AnimateInterval = {read=GetAnimateInterval, write=SetAnimateInterval, default=1000};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TCustomTrayIcon

Description

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