System.SyncObjs.TConditionVariableMutex.Acquire

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure Acquire; override;

C++

virtual void __fastcall Acquire();

Eigenschaften

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

Beschreibung

Löst eine Exception aus, weil keine Bedingungsvariable belegt werden konnte.

Die Methode Acquire löst eine Exception aus, weil keine Bedingungsvariablen belegt werden konnten. Acquire dient nur der Quelltext-Kompatibilität.

Siehe auch