[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Forms' (#lcl)

TAppHintTimerType

The TApplication hint timer state.

Declaration

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

);

The latest version of this document can be found at lazarus-ccr.sourceforge.net.