Unit 'syncobjs' Package
[Overview][Constants][Types][Classes][Index] [#fcl]

TCriticalSection.Destroy

Destroy the criticalsection instance.

Declaration

Source position: syncobjs.pp line 56

public destructor TCriticalSection.Destroy; override;

Description

Destroy releases the system critical section resources, and removes the TCriticalSection instance from memory.

Errors

Any threads trying to enter the critical section when it is destroyed, will start running with an error (an exception should be raised).

See also

Create

  

Create a new critical section.

Acquire

  

Enter the critical section.


Documentation generated on: Jul 24 2023