System.SysUtils.TSimpleRWSync.Create

From RAD Studio API Documentation
Revision as of 15:06, 16 October 2011 by PyBot (talk | contribs) (Scoping Libraries)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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

Retrieved from "https://docwiki.embarcadero.com/Libraries/Tokyo/e/index.php?title=System.SysUtils.TSimpleRWSync.Create&oldid=145513"