System.SysUtils.TSimpleRWSync.EndRead

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure EndRead;

C++

void __fastcall EndRead();

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils TSimpleRWSync

Description

Releases the read lock on the object.

Call the EndRead method to release the read lock on the TSimpleRWSync object. A thread calling EndRead must previously acquire a read lock on the object by calling the BeginRead method.

See Also