System.SyncObjs.TConditionVariableMutex.Destroy

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TConditionVariableMutex();

Eigenschaften

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

Beschreibung

Gibt die Mutex-Bedingungsvariable frei.

Mit Destroy geben Sie die Mutex-Bedingungsvariable frei.

Siehe auch