System.Types.TMultiWaitEvent.ResetEvent

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also