JCL Help:TJclMultimediaTimer.Event
JCL Help: TJclMultimediaTimer.Event Property
Search in JCL Help
Search in all projects
Summary
Event object used internally for receiving notifications.
Pascal
public property Event: TJclEvent;
Description
When you specify nkSetEvent or nkPulseEvent in the constructor, the timer object notifies the class when it's interval expires by setting this event to the signaled state. As user of this class you should use the WaitFor method (the one in this class, not the events WaitFor!) to wait until the event becomes signaled. For all practical purposes you should leave this property alone, except in one situation. Namely, if you have specified nkSetEvent in the constructor the event must be reset manually. To do that call the event's ResetEvent method as in: MyMmTimer.Event.ResetEvent.
About
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