Control.ShowToolTip

Syntax

ShowToolTip: Boolean;

Description

The ShowToolTip property determines whether component tooltip can be displayed.

Comments

If the property is set to True, tooltip can be displayed, otherwise it is not.

Tooltip text is set by the Control.ToolTip property.

Example

The example of use is given in description of the Control.Opacity property.

See also:

Control