Starts the timer for display of a hint message.
Source position: forms.pp line 1584
protected procedure TApplication.StartHintTimer( |
Interval: Integer; |
TimerType: TAppHintTimerType |
); |
Interval |
|
Interval (in milliseconds) that the hint timer must wait before executing the OnHintTimer routine. Normally contains the value in HintPause where 500ms is the default. |
TimerType |
|
Contains ahttShowHint in StartHintTimer. |
Called from the ActivateHint method when a hint window is not already active and visible in the application.
|
The current Hint text active for the application. |
|
|
The delay before a Hint is shown for a form or control. |
|
|
Configures a hint window for the specified mouse position. |
|
|
Represents TApplication hint timer states. |
| Version 4.4 | Generated 2025-11-08 | Home |