TThreadTimer

A timer that can be waited on using thread synchronization features offered by TWaitableObject

Inheritance

LevelAncestorDescription
1TObjectUltimate ancestor in a class hierarchy
2TWaitableObjectAhstract base class for an object that can be waited for using WaitFor
3TThreadTimer

Source

Thread.Timer.pas (27)

Description

TThreadTimer is especially useful in conjunction with other waitable objects

Fields

ScopeVisibilityTypeNameDescription
InstanceprotectedTHandleHandle

Methods

ScopeVisibilityResultNameDescription
InstancepublicCreate(ManualReset: TBoolean)
InstancepublicDestroy()
InstancepublicSchedule(Delay_HundredNanoSeconds: TInteger64)
InstancepublicTHandleGetWaitHandle()