IDimensionViewer.ShowHints

Syntax

ShowHints: Boolean;

Description

The ShowHints property determines whether the tool tip is displayed when positioning the mouse pointer on component tree elements.

Comments

If the property is set to True, when the mouse pointer is positioned on an element a small box with the hint text is displayed. The hint text corresponds to the component element text. If the value is False, the box is not displayed. The property is relevant in case the component element text does not fit in component window.

See also:

IDimensionViewer