Data.DBXPlatform.TDBXSemaphore.Create

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

constructor Create(Count: Integer);

C++

__fastcall TDBXSemaphore(int Count);

Propriétés

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

Description

Instancie un objet TDBXSemaphore.

Appelez Create pour créer un objet TDBXSemaphore. Le paramètre Count spécifie le nombre d'unités de la ressource partagée qui sont actuellement libres.

Voir aussi