Unit 'GR32' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_graphics32]

TThreadPersistent

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

Declaration

Source position: GR32.pas line 532

type TThreadPersistent = class(TNotifiablePersistent)

protected

  FLock: TCriticalSection;

  

  property LockCount: Integer; [r]

  

public

  constructor Create; virtual;

  

  destructor Destroy; override;

  

  procedure Lock;

  

  procedure Unlock;

  

end;

Inheritance

TThreadPersistent

  

|

TNotifiablePersistent

  

|

TPlainInterfacedPersistent

  

|

TObject,IInterface



CT Web help

CodeTyphon Studio