Data.DBXPlatform.TDBXSemaphore.Create

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

Delphi

constructor Create(Count: Integer);

C++

__fastcall TDBXSemaphore(int Count);

プロパティ

種類 可視性 ソース ユニット
constructor public
Data.DBXPlatform.pas
Data.DBXPlatform.hpp
Data.DBXPlatform TDBXSemaphore

説明

TDBXSemaphore オブジェクトをインスタンス化します。

Create を呼び出すと、TDBXSemaphore オブジェクトを作成できます。Count パラメータは、現在使われていない共有リソースのユニット数を指定します。

関連項目