Unit 'sysutils' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

IReadWriteSync.BeginWrite

Start a write operation.

Declaration

Source position: systhrdh.inc line 22

function IReadWriteSync.BeginWrite: Boolean;

Description

BeginWrite signals the begin of a write operation. This call will block if any other read or write operation is currently in progress. It will resume only after all other read or write operations have finished.

See also

IReadWriteSync.EndRead

  

End a read operation.

IReadWriteSync.EndWrite

  

End a write operation.

IReadWriteSync.BeginRead

  

Start a read operation.


Documentation generated on: Jul 24 2023