System.SyncObjs.TCountdownEvent.IsSet

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IsSet: Boolean read GetIsSet;

C++

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

Properties

Type Visibility Source Unit Parent
property public
System.SyncObjs.pas
System.SyncObjs.hpp
System.SyncObjs TCountdownEvent

Description

Returns whether the event is set or not.

The IsSet property returns True when the event is set, and False otherwise.

See Also