Vcl.ExtCtrls.TCustomTrayIcon.BalloonHint

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property BalloonHint: string read FBalloonHint write SetBalloonHint;

C++

__property System::UnicodeString BalloonHint = {read=FBalloonHint, write=SetBalloonHint};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TCustomTrayIcon

Beschreibung

Gibt den Text im Sprechblasenhinweis an.

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

Codebeispiele