Description | Hierarchy | Fields | Methods | Properties |
type unaMMTimer = class(unaAbstractTimer)
Multimedia timer wrapper class.
constructor create(interval: unsigned = 1000; minPeriod: unsigned = 0); |
|
function getCaps(): pTIMECAPS; |
|
function doStart(): bool; override; |
|
procedure BeforeDestruction(); override; |
|
procedure changeInterval(var newValue: unsigned); override; |
|
procedure doStop(); override; |
property minPeriod: unsigned read f_minPeriod write f_minPeriod; |
constructor create(interval: unsigned = 1000; minPeriod: unsigned = 0); |
|
function getCaps(): pTIMECAPS; |
|
function doStart(): bool; override; |
|
procedure BeforeDestruction(); override; |
|
procedure changeInterval(var newValue: unsigned); override; |
|
procedure doStop(); override; |
|
property minPeriod: unsigned read f_minPeriod write f_minPeriod; |
|
(c) 2012 Lake of Soft