Vcl.ExtCtrls.TTrayIcon.BalloonFlags

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property BalloonFlags: TBalloonFlags read FBalloonFlags write FBalloonFlags default 0;

C++

__property BalloonFlags = {default=0};

Eigenschaften

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

Beschreibung

Legt ein Symbol für den Sprechblasenhinweis fest.

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

Legt ein Symbol für den Sprechblasenhinweis fest.

Die folgenden Werte geben ein Symbol an, das in einem Sprechblasenhinweis angezeigt wird.

  • bfNone
  • bfInfo
  • bfWarning
  • bfError

Codebeispiele