System.SyncObjs.TCriticalSectionHelper.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Destroy; inline;

Properties

Type Visibility Source Unit Parent
procedure public System.SyncObjs.pas System.SyncObjs TCriticalSectionHelper

Description

Deletes the critical section from memory.

Call Destroy to delete the critical section from memory and to release all the resources used by the critical section.

See Also