[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
The current Hint text.
Source position: forms.pp line 1621
public property TApplication.Hint : string |
A hint is a pop-up message that appears briefly while the mouse hovers over a control. It usually displays useful information about how to use the UI element, or the type of data that should be entered, etc.
Other properties can be used to customize the delay before a Hint is shown, after the mouse is moved away from the control or form, and how long it will remain visible.
|
The delay before a Hint is shown. |
|
|
How long a Hint stays visible after the mouse pointer is moved. |
|
|
How long a keystroke extends the time a Hint remains visible (added to HintHidePause). |
lazarus-ccr.sourceforge.net |