System.SyncObjs.TCountdownEvent.IsSet

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property IsSet: Boolean read GetIsSet;

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
System.SyncObjs.pas
System.SyncObjs.hpp
System.SyncObjs TCountdownEvent


説明

イベントが設定されているかどうかを返します。

IsSet プロパティは、イベントが設定されているときには True を、そうでなければ False を返します。

関連項目