RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TEvent.ResetEvent Method

Turns off the signal of the event object.

Pascal
procedure ResetEvent;
C++
__fastcall ResetEvent();

Call ResetEvent to signal that the event has not occurred or the desired state was not achieved. Other threads or processes that wait for the event will wait until the signal is turned on again by the SetEvent method, the event object is destroyed, or the waiting process times out. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!