[Overview][Constants][Types][Classes][Procedures and functions][Variables] Reference for unit 'sysutils' (#rtl)

TMultiReadExclusiveWriteSynchronizer.Destroy

Destroys the TMultiReadExclusiveWriteSynchronizerinstance

Declaration

Source position: systhrdh.inc line 29

public destructor TMultiReadExclusiveWriteSynchronizer.Destroy; override;

Description

Createdestroys the instance of TMultiReadExclusiveWriteSynchronizer. It frees the TRTLCriticalSectionit initialized, and calls the inherited destructor.

Errors

None.

See also

TRTLCriticalSection

  

A critical section.