IMetabaseTreeCombo.EnableInfotips

Syntax

EnableInfotips: Boolean;

Description

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

Comments

This property is outdated, use ShowHints.

By default the property is set to False, on such conditions the tool tip for the tree elements is not displayed.

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

See also:

IMetabaseTreeCombo