Skip to content

TSimpleRWSync.Endread

Release the read lock

Declaration

Source position: systhrdh.inc line 36

public 
  procedure Endread;

Description

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

See also

Name Description
TSimpleRWSync.BeginRead Acquire a read lock
TSimpleRWSync.EndWrite Release the write lock