System.SyncObjs.TCriticalSectionHelper.Free

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Free; inline;

Properties

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

Description

Deletes the critical section.

Call Free to delete the critical section.

Free is an alias for the Destroy method. You can use either of these methods, with the same effect.

See Also