[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
The current Hint text.
Source position: forms.pp line 1569
public property TApplication.Hint : string |
A hint is a small pop-up mesage that appears briefly while the mouse hovers over a control.
It usually displays useful information about how to use an object or what data should be entered, etc
Several properties allow to customize the delay before a Hint is shown, after an mouse move, and how long it will stay visible.
|
The delay before a Hint is shown. |
|
|
How long a Hint stays visible, after an mouse move. |
|
|
How much a keystroke extends the time a Hint stays visible (added to HintHidePause). |
lazarus-ccr.sourceforge.net |