System.SysUtils.TSimpleRWSync.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create;

C++

__fastcall TSimpleRWSync(void);

Properties

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

Description

Creates a new instance of the TSimpleRWSync class.

Create initializes a new instance of the TSimpleRWSync class and leaves it in released state, thus any thread can acquire a read or read/write lock on it.

See Also