System.Types.TMultiWaitEvent.SetEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetEvent;

C++

void __fastcall SetEvent();

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.Types.pas
System.Types.hpp
System.Types TMultiWaitEvent

Description

Explicitly sets the event as signaled.

The implementation of a specific IAsyncResult typically calls this procedure.

See Also