System.Types.TMultiWaitEvent.ResetEvent
Delphi
procedure ResetEvent;
C++
void __fastcall ResetEvent();
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| procedure function | public | System.Types.pas System.Types.hpp | System.Types | TMultiWaitEvent | 
Description
Explicitly resets the event as unsignaled.
The implementation of a specific IAsyncResult calls this procedure.