Vcl.Controls.TBalloonHint

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

TBalloonHint = class(TCustomHint)

C++

class PASCALIMPLEMENTATION TBalloonHint : public TCustomHint

Properties

Type Visibility Source Unit Parent
class public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls Vcl.Controls

Description

Balloon hint component added to a control.

A TBalloonHint component is a type of TCustomHint that can be added to any control to specify a balloon style hint. A TBalloonHint typically has a bhsBalloon Style property. The hint's text is a property of the control itself, not of the TBalloonHint.

Balloon hints paint in the themed style on Vista and newer Windows operating systems, in the Vista style on XP (themes enabled), or in the XP style on XP (themes disabled).

See Also