RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TEvent.SetEvent Method

Turns on the signal of the event object.

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

Call SetEvent to signal that the event has occurred or the desired state was achieved. Other threads or processes that wait for the event will resume execution with a return value indicating that the signal was set. 

 

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