System.SyncObjs.TCriticalSection.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TCriticalSection();

Properties

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

Description

Destroys an instance of TCriticalSection.

Do not call Destroy directly in an application. Instead, call Free. Free verifies that the TCriticalSection object is not nil, and only then calls Destroy.

See Also