Vcl.ExtCtrls.TCustomTrayIcon.BalloonTitle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BalloonTitle: string read FBalloonTitle write SetBalloonTitle;

C++

__property System::UnicodeString BalloonTitle = {read=FBalloonTitle, write=SetBalloonTitle};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TCustomTrayIcon

Description

Specifies the text that appears as the balloon title.

Specifies the text that appears as the balloon title.

Code Examples