Vcl.ExtCtrls.TTrayIcon.BalloonTimeout

From RAD Studio API Documentation

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. {{#multireplace:Vcl.ExtCtrls.TTrayIcon.BalloonTimeout|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.ExtCtrls.TCustomTrayIcon.BalloonTimeout|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Vcl.ExtCtrls.TCustomTrayIcon.BalloonTimeout|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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