Vcl.Controls.TBalloonHintStyle

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TBalloonHintStyle = (bhsStandard, bhsBalloon);

C++

enum DECLSPEC_DENUM TBalloonHintStyle : unsigned char { bhsStandard, bhsBalloon };

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
enum public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls Vcl.Controls

Beschreibung

TBalloonHintStyle legt den Stil für einen TBalloonHint fest.

Die folgende Tabelle enthält die Werte für TBalloonHintStyle:


Wert Bedeutung

bhsStandard

Das Hinweisfenster wird in der klassischen Form dargestellt.

bhsBalloon

Das Hinweisfenster wird als Sprechblase dargestellt.


Siehe auch