JCL Help:TMmTimerKind

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Determines the kind of timer, periodic or one-shot.


Pascal

 public TMmTimerKind = (
tkOneShot,
tkPeriodic
);


Members

Members Description
tkOneShot The timer is a one-shot timer. After calling BeginTimer and the specified interval has elapsed, the timer will 'fire' once and once only. Note that even for a one-shot timer you still need to call EndTimer.
tkPeriodic The timer is a periodic timer. After calling BeginTimer the timer will 'fire' after the specified interval until you call EndTimer. Note that when you use the nkSetEvent notification type you must call Event.ResetEvent manually!


Description

Determines the kind of timer, periodic or one-shot.


About

Unit

JclMultimedia


Navigation

no pages or subcategories

Donator

Marcel van Brakel


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page