System.SyncObjs.TCriticalSectionHelper.Leave

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Leave; inline;

Properties

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

Description

Releases the lock on the critical section.

Call Leave to release the lock on the critical section. This lock is acquired by using the Enter method.

See Also