System.SyncObjs.TLightweightEvent.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 TLightweightEvent

Description

Sets the event in signaled state.

Call SetEvent to indicate that a necessary condition is satisfied. Threads that were waiting for this event are released.

See Also