Timer

  • Unit
  • Source

Symbols

SymbolDescription
TEventQueueTarget
TEventQueueTimerTimer that posts its events to a TWaitableQueue<TEvent>
THighResolutionAsynchronousTimerA timer that is highly accurate and distributes its event in the background
TLowResolutionSynchronousTimerA timer that is not highly accurate but distributes its event in the user interface event queue
TTimerAbstract base class for a facility that fires events at set intervals
TTimerFiredFired by a TTimer