System.SyncObjs.TLightweightSemaphore.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TLightweightSemaphore();

Properties

Type Visibility Source Unit Parent
destructor public
System.SyncObjs.pas
System.SyncObjs.hpp
System.SyncObjs TLightweightSemaphore

Description

Releases the memory associated with the TLightweightSemaphore object.

Destroy frees the memory allocated for the TLightweightSemaphore instance.

See Also