Vcl.Controls.TBalloonHint

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Vcl.Controls.TCustomHintSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTBalloonHint

Delphi

TBalloonHint = class(TCustomHint)

C++

class PASCALIMPLEMENTATION TBalloonHint : public TCustomHint

Eigenschaften

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


Beschreibung

Einem Steuerelement hinzugefügte Komponente für Sprechblasenhinweise.

Eine TBalloonHint-Komponente ist ein TCustomHint-Typ, der jedem Steuerelement hinzugefügt werden kann, um einen Hinweis in Form einer Sprechblase festzulegen. Typischerweise hat die Eigenschaft Style eines TBalloonHint den Wert bhsBalloon. Der Text des Hinweises ist eine Eigenschaft des Steuerelements, nicht von TBalloonHint.

Sprechblasenhinweise werden in Vista und den höheren Windows-Betriebsystemen im Themes-Stil, in XP (Themes aktiviert) im Vista-Stil oder in XP (Themes deaktiviert) im XP-Stil dargestellt.

Siehe auch