System.SyncObjs.TLightweightEvent.SetEvent

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure SetEvent;

C++

void __fastcall SetEvent();

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
public
System.SyncObjs.pas
System.SyncObjs.hpp
System.SyncObjs TLightweightEvent

Description

Définit l'événement en état signalé. Appelez SetEvent pour indiquer si une condition nécessaire est satisfaite. Les threads qui attendaient cet événement sont libérés.

Voir aussi