SDBTimer: Difference between revisions

From MediaMonkey Wiki
Jump to navigation Jump to search
No edit summary
 
Line 1: Line 1:
== CoClass SDBTimer ==
== CoClass SDBTimer ==


This object is used for periodically repeating actions (specified in milliseconds).
This object is used for periodically repeating actions (specified in milliseconds). You can create this object by [[ISDBApplication::CreateTimer]].


=== ISDBTimer members ===
=== ISDBTimer members ===

Revision as of 19:04, 30 March 2007

CoClass SDBTimer

This object is used for periodically repeating actions (specified in milliseconds). You can create this object by ISDBApplication::CreateTimer.

ISDBTimer members

Name Type Description
Enabled Property Get/Let
Interval Property Get/Let


ISDBTimerEvents members

Name Type Description
OnTimer Event