Property ShowHint: Boolean (R/W)
Description
Determines whether the control displays a Help Hint when the mouse pointer rests momentarily on the control.
Remarks
This property is common to all TForm controls.
Details
The Help Hint is the value of the Hint property, which is displayed in a box just beneath the control. Use ShowHint to determine whether a Help Hint appears for the control.
To enable Help Hint for a particular control, the application ShowHint property must be true and either the control's own ShowHint property must be true, or the control's ParentShowHint property must be true and its parent's ShowHint property must be true.