System.SyncObjs.TLightweightEvent.IsSet

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property IsSet: Boolean read GetIsSet;

C++

__property bool IsSet = {read=GetIsSet, nodefault};

Propriétés

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

Description

Renvoie True si l'événement est en état signalé. En état signalé, les threads qui appellent WaitFor ne sont pas bloqués.

Voir aussi