Vcl.Controls.TCustomHint.Style

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Style: TBalloonHintStyle read FStyle write FStyle default bhsBalloon;

C++

__property TBalloonHintStyle Style = {read=FStyle, write=FStyle, default=1};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TCustomHint

Beschreibung

Gibt den Stil des benutzerdefinierten Hinweises an.

Wert Bedeutung

bhsStandard

Das Hinweisfenster wird in der klassischen Form dargestellt.

bhsBalloon

Das Hinweisfenster wird als Sprechblase dargestellt.


Der Standardstil ist bhsBalloon.

Siehe auch