IControl.ShowHint

Syntax

ShowHint: Boolean;

Description

The ShowHint property determines whether a tooltip is displayed if the mouse cursor is stopped over the component.

Comments

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:

IControl