Vcl.ExtCtrls.TTrayIcon.AnimateInterval

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AnimateInterval: Cardinal read GetAnimateInterval write SetAnimateInterval default 1000;

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