IControl.ParentShowHint

Syntax

ParentShowHint: Boolean;

Description

The ParentShowHint property allows or prohibits displaying tooltip of the parent component (the Hint property) for all components of the container or form.

Comments

If ParentShowHint = True, the ShowHint property of the parent component determines whether the tooltip is allowed or prohibited to be displayed.

If ParentShowHint = False, the ShowHint property of the component itself determines whether the tooltip is allowed or prohibited to be displayed.

See also:

IControl