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

説明

イベントがシグナル状態の場合、True を返します。

シグナル状態の場合、WaitFor を呼び出したスレッドはブロックされません。

関連項目