IMetabaseTreeCombo.EnableInfotips

Syntax

EnableInfotips: Boolean;

Description

The EnableInfotips property determines how object information is displayed in a tooltip.

Comments

This property is outdated, use ShowHints.

The property is set to False by default, a tooltip for tree elements is not displayed.

If the property is set to True, on hovering mouse cursor over the element, the corresponding repository object information is displayed. This information is also available in the Text property of argument of the OnGetHint event, it can be redetermined if required.

See also:

IMetabaseTreeCombo