TLowResolutionSynchronousTimer

A timer that is not highly accurate but distributes its event in the user interface event queue

Inheritance

LevelAncestorDescription
1TObjectUltimate ancestor in a class hierarchy
2TTimerAbstract base class for a facility that fires events at set intervals
3TLowResolutionSynchronousTimer

Source

Timer.pas (56)

Description

This timer cannot be used when a high precision is required. However, as it distributes its event in the user interface event queue it can be used to easily synchronize background tasks with other user interface events.

Methods

ScopeVisibilityResultNameDescription
InstanceprotectedApiSchedule()
InstanceprotectedApiKill()
InstanceprotectedHandleFired()
GlobalprotectedCallBack(Wnd: THWND; Msg: UINT; TimerID: UINT_PTR; SysTime: DWORD)