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

TMultiReadExclusiveWriteSynchronizer.Beginread

Request read access to the resource

Declaration

Source position: systhrdh.inc line 32

public procedure TMultiReadExclusiveWriteSynchronizer.Beginread;

Description

BeginRead is the implementation of IReadWriteSync.BeginRead. It simply attempts to enter the critical section.

Errors

None.

See also

IReadWriteSync.BeginRead

  

Start a read operation.

EndRead

  

Release read access to the resource

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