System.SyncObjs.TCountdownEvent.Create

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

Delphi

constructor Create; overload;
constructor Create(Count: Integer); overload;
constructor Create(Count: Integer; SpinCount: Integer); overload;

C++

__fastcall TCountdownEvent()/* overload */;
__fastcall TCountdownEvent(int Count)/* overload */;
__fastcall TCountdownEvent(int Count, int SpinCount)/* overload */;

プロパティ

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


説明

TCountdownEvent のインスタンスを作成します。

Create を使用すると、TCountdownEvent のインスタンスを、カウントダウンを Count の値に設定して、作成することができます。

関連項目