System.SyncObjs.TCountdownEvent.IsSet

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property IsSet: Boolean read GetIsSet;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
System.SyncObjs.pas
System.SyncObjs.hpp
System.SyncObjs TCountdownEvent

Beschreibung

Gibt zurück, ob das Ereignis gesetzt ist oder nicht.

Die Eigenschaft IsSet gibt True zurück, wenn das Ereignis gesetzt ist, ansonsten gibt sie False zurück.

Siehe auch