Data.DBXPlatform.TDBXSemaphore.Create
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 パラメータは、現在使われていない共有リソースのユニット数を指定します。