System.SyncObjs.TConditionVariableMutex.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create;

C++

__fastcall TConditionVariableMutex();

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
System.SyncObjs.pas
System.SyncObjs.hpp
System.SyncObjs TConditionVariableMutex

Beschreibung

Initialisiert die Mutex-Bedingungsvariable.

Mit Create initialisieren Sie die Mutex-Bedingungsvariable.

Siehe auch