ShowHint: Boolean;
The ShowHint property determines whether a tooltip is displayed if the mouse cursor is stopped over the component.
A tooltip is displayed when the mouse cursor hovers over the component in the case if ShowHint = True and the tooltip text is specified in the Hint property. The tooltip can also be displayed if ShowHint = True and tooltip text is not set, if ParentShowHint = True, and the parent component is set to ShowHint = True, and tooltip text is set in the Hint property.
The property is set to True by default.
See also: