TreeMap.ToolTipDelay

Syntax

ToolTipDelay: Integer;

Description

The ToolTipDelay property determines delay before a tooltip is displayed on mouse hovering.

Comments

Use JSON or the setToolTipDelay method to set the property value, and the getToolTipDelay method to get the property value.

Example

To execute this example, the page must contain the TreeMap component named treeMap (see. Example of Creating the TreeMap Component):

// Change delay time before a tooltip is displayed
treeMap.setToolTipDelay(2000);

After executing the example delay time is changed.

See also:

TreeMap