TiTimers
Hierarchy Properties Methods Events
Unit
iTimers (VCL)
QiTimers (CLX)
Description
TiTimers encapsulates 9 Windows API timers. Each timer has its own OnTimer
event and Interval and Enabled properties. Each timer is independent and not
synchronized. The accuracy of each timer is dependent on the operating system and
the amount of operating system activity. The Windows API considers the timer
events to be the lowest priority message in the system and should not be relied
upon to provide consistent or accurate timing. Normally an API timer is used for
none critical task or animation timers.
Contents | Index | Previous | Next