Description | Hierarchy | Fields | Methods | Properties |
type unaWaitableTimer = class(unaThreadedTimer)
This timer uses waitable timers to tick periodically.
NOTE: Waitable timers were introduced since Windows 98.
constructor create(interval: unsigned = 1000); |
|
destructor Destroy(); override; |
|
function doStart(): bool; override; |
|
procedure doStop(); override; |
|
procedure execute(thread: unaTimerThread); override; |
constructor create(interval: unsigned = 1000); |
|
destructor Destroy(); override; |
|
function doStart(): bool; override; |
|
procedure doStop(); override; |
|
procedure execute(thread: unaTimerThread); override; |
|
(c) 2012 Lake of Soft