[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Indicates if Hints are displayed for the application.
Source position: forms.pp line 1769
public property TApplication.ShowHint : Boolean |
ShowHint is a Boolean property which indicates if Hints are displayed for the application. It is used when tracking the position of the mouse cursor over controls and forms, and determines if the items require a hint display. The value is used in ShowHintWindow to determine whether the hint window can be activated for the application.
The default value for the property is True. Setting the value in ShowHint to False causes an existing THintWindow instance in the application to be freed.
Use the Hint, ShowHint, and ParentShowHint properties in TControl to determine whether that particular control can display a hint.
|
Indicates if Hints are displayed for the application. |
|
|
Enables Hint display for the control. |
|
|
The pop-up box containing helpful information that appears when the mouse pointer hovers over an object. |
Version 4.0 | Generated 2025-05-03 | Home |