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

Description

Renvoie si l'événement est défini ou non.

La propriété IsSet renvoie True si l'événement est défini et False sinon.

Voir aussi