Posts

Showing posts from December, 2018

TBalloonHint in Delphi

Image
Here in this blog, I will explain how to display hints using the TBalloonHint component. Balloon hints simply display a hints then disappear after a short period of time. BalloonHint component is added to show hint in balloon style. TBalloonHint typically has a  bhsBalloon  style property which defines style of hint. Title and Description property is used for hint Title and hint description. Properties Delay Specifies the delay before displaying the hint. Description Provides the description of a hint HideAfter Specifies the time to wait before hiding the hint. ImageIndex Specifies the index in the image list. Images Specifies the list of images that can be displayed with the hint. ShowingHint Specifies whether the hint is displayed. Style Specifies the style of the custom hint. Title Specifies the hint's t