[Overview][Constants][Types][Classes][Index] Reference for unit 'syncobjs' (#fcl)

TSynchroObject

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

Abstract synchronization object

Declaration

Source position: syncobjs.pp line 37

type TSynchroObject = class(TObject)

  procedure Acquire; virtual;

  

Acquire synchronization resource

  procedure Release; virtual;

  

Release previously acquired synchronization resource

end;

Inheritance

TSynchroObject

  

Abstract synchronization object

|

TObject

Description

TSynchroObject is an abstract synchronization resource object. It implements 2 virtual methods Acquire which can be used to acquire the resource, and Release to release the resource.

See also

Acquire

  

Acquire synchronization resource

Release

  

Release previously acquired synchronization resource


Documentation generated on: May 14 2021