Unit 'IdThreadSafe' Package
[Overview][Types][Classes][Index] [#pl_indy]

TIdThreadSafe

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

Declaration

Source position: IdThreadSafe.pas line 70

type TIdThreadSafe = class

protected

  FCriticalSection: TIdCriticalSection;

  

public

  constructor Create; virtual;

  

  destructor Destroy; override;

  

  procedure Lock;

  

  procedure Unlock;

  

end;

Inheritance

TIdThreadSafe

  

|

TObject



CT Web help

CodeTyphon Studio