Vcl.ExtCtrls.TTrayIcon.BalloonHint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BalloonHint: string read FBalloonHint write SetBalloonHint default 0;

C++

__property BalloonHint = {default=0};

Properties

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

Description

Specifies the text within a balloon hint.

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

Specifies the text within a balloon hint.

Use BalloonHint to specify the text string that appears when a balloon hint is shown.

Code Examples