Vcl.ExtCtrls.TTrayIcon.BalloonHint

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property BalloonHint: string read FBalloonHint write SetBalloonHint default 0;

C++

__property BalloonHint = {default=0};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TTrayIcon

Beschreibung

Gibt den Text im Sprechblasenhinweis an.

Vcl.ExtCtrls.TTrayIcon.BalloonHint erbt von Vcl.ExtCtrls.TCustomTrayIcon.BalloonHint. Der folgende Inhalt bezieht sich auf Vcl.ExtCtrls.TCustomTrayIcon.BalloonHint.

Gibt den Text im Sprechblasenhinweis an.

Mit BalloonHint geben Sie den Textstring an, der bei Anzeige eines Sprechblasenhinweises erscheint.

Codebeispiele