This class is the actual timer manager A timer will be created when Message Set_Timer_Active_State has been send. This message needs two arguments. The first is the objectID of the object to receive the timer event, and the second is state. The object which ID has been passed, needs to have a Timeout property to return the timeout for the timer and it also needs to handle the MSG_OnTimer whenever a timer event occurs. The objectID of the Object will be placed in an array which contains the objectIDs of all active timers. The Windows timer ID of a timer is the itemnumber of the object in the array.
Module | Containing Symbol | Line |
---|---|---|
Dftimer.pkg | DFTimerManager | 393 |