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

TMultiReadExclusiveWriteSynchronizer.Endwrite

Release write access to the resource

Declaration

Source position: systhrdh.inc line 31

public procedure TMultiReadExclusiveWriteSynchronizer.Endwrite;

Description

Beginwrite is the implementation of IReadWriteSync.EndWrite. It simply leaves the critical section.

Errors

None.

See also

IReadWriteSync.EndWrite

  

End a write operation.

BeginWrite

  

Request write access to the resource.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.