Data.DBXPlatform.TDBXSemaphore.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(Count: Integer);

C++

__fastcall TDBXSemaphore(int Count);

Properties

Type Visibility Source Unit Parent
constructor public
Data.DBXPlatform.pas
Data.DBXPlatform.hpp
Data.DBXPlatform TDBXSemaphore

Description

Instantiates a TDBXSemaphore object.

Call Create to create a TDBXSemaphore object. The Count parameter specifies the number of units of the shared resource that are currently free.

See Also