ITreeControl.ShowHints

Syntax

ShowHints: Boolean;

Description

The ShowHints property determines whether tooltips are displayed when the mouse is kept over the elements of the TreeList and TreeCombo components.

Comments

If the property is set to True, a tooltip is displayed when the mouse is kept over the elements. The text of the tooltip for various elements is changed in the handler of the OnGetHint event by changing the Text property of the argument of the event.

When ShowHints is set to True, the tooltip set in the component using the IControl.ShowHint and IControl.Hint properties is ignored.

See also:

ITreeControl