[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
The TApplication hint timer state.
Source position: forms.pp line 1211
type TAppHintTimerType = ( |
||
ahttNone, |
|
The hint timer is off. |
ahttShowHint, |
|
Waiting to show an hint |
ahttHideHint, |
|
Waiting to hide an hint |
ahttReshowHint |
|
Waiting to show the next hint |
); |
lazarus-ccr.sourceforge.net |