Vcl.ExtCtrls.TTrayIcon.BalloonTimeout

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BalloonTimeout: Integer read GetBalloonTimeout write SetBalloonTimeout default 10000;

C++

__property BalloonTimeout = {default=10000};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TTrayIcon

Description

Specifies the length of time that the balloon displays.

Vcl.ExtCtrls.TTrayIcon.BalloonTimeout inherits from Vcl.ExtCtrls.TCustomTrayIcon.BalloonTimeout. All content below this line refers to Vcl.ExtCtrls.TCustomTrayIcon.BalloonTimeout.

Specifies the length of time that the balloon displays.

Use BalloonTimeout to set the length of time that a balloon displays. By default, this value is set to 3000 ms (3 seconds).

Code Examples