Skip to content

TSimpleRWSync.Endwrite

Release the write lock

Declaration

Source position: systhrdh.inc line 34

public 
  procedure Endwrite;

Description

EndWrite releases the current threads lock on the object, allowing other threads to acquire a read or write lock on the object.

See also

Name Description
TSimpleRWSync.BeginWrite Acquire a write lock
TSimpleRWSync.EndRead Release the read lock