RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBalloonHint Class

Balloon hint component added to a control.

Pascal
TBalloonHint = class(TCustomHint);
C++
class TBalloonHint : public TCustomHint;

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, in the Vista style on XP (themes enabled), or in the XP style on XP (themes disabled). 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!