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

TIdThreadSafeStringList

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

Declaration

Source position: IdThreadSafe.pas line 154

type TIdThreadSafeStringList = class(TIdThreadSafe)

protected

  FValue: TStringList;

  

  function GetValue();

  

  procedure SetValue();

  

public

  constructor Create; override;

  

  destructor Destroy; override;

  

  procedure Add();

  

  procedure AddObject();

  

  procedure Clear;

  

  function Empty;

  

  function Lock;

  

  function ObjectByItem();

  

  procedure Remove();

  

  procedure Unlock;

  

  property Values []: string; [rw]

  

end;

Inheritance

TIdThreadSafeStringList

  

|

TIdThreadSafe

  

|

TObject



CT Web help

CodeTyphon Studio