[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'sysutils' (#rtl)

TSimpleRWSync

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: systhrdh.inc line 24

type TSimpleRWSync = class(TInterfacedObject, IReadWriteSync)

public

  constructor Create; virtual;

  destructor Destroy; override;

  function Beginwrite;

  procedure Endwrite;

  procedure Beginread;

  procedure Endread;

end;

Inheritance

TSimpleRWSync,IReadWriteSync

|

TInterfacedObject,IUnknown

  

TObject descendent implementing the IUnknown interface

|

TObject

  

Base class of all classes.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.