System.SyncObjs.TEvent.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.SyncObjs.pas
System.SyncObjs.hpp
System.SyncObjs TEvent

Description

Turns on the signal of the event object.

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.

See Also