System.SysUtils.TMultiReadExclusiveWriteSynchronizer.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create;

C++

__fastcall TMultiReadExclusiveWriteSynchronizer();

Properties

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

Description

Creates and initializes an instance of TMultiReadExclusiveWriteSynchronizer.

Call Create to instantiate TMultiReadExclusiveWriteSynchronizer. The synchronizer must be created in the same thread as the memory it protects, so that it is accessible to all threads that need to access that memory.