IListViewItem.Hint

Syntax

Hint: String;

Description

The Hint property determines text of the tooltip for the element.

Comments

The tooltip for the element is displayed if the ShowHints property of the component is set to True.

By default, the Hint property is not set, the tooltip text corresponds to the text of the element.

If the ListViewStyle.Report style is set for the component, the tooltip specified in the Hint property is displayed when the mouse cursor is kept in the area of the first component column.

See also:

IListViewItem