Vcl.ExtCtrls.TTrayIcon.BalloonTitle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BalloonTitle: string read FBalloonTitle write SetBalloonTitle default 0;

C++

__property BalloonTitle = {default=0};

Properties

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

Description

Specifies the text that appears as the balloon title.

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

Specifies the text that appears as the balloon title.

Specifies the text that appears as the balloon title.

Code Examples