Unit 'BASE_Lists' Package
[Overview][Classes][Index] [#pl_titanscript]

Th2StringsList

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

Declaration

Source position: base_lists.pas line 104

type Th2StringsList = class

public

  constructor Create;

  

  destructor Destroy; override;

  

  procedure Clear;

  

  function Add;

  

  procedure AddItem();

  

  procedure AddObject();

  

  function IndexOf();

  

  function IndexOfByIndex();

  

  function IndexOfByName();

  

  procedure SaveToFile();

  

  property Count: Integer; [r]

  

  property Records []: Th2StringsRec; default; [r]

  

end;

Inheritance

Th2StringsList

  

|

TObject



CT Web help

CodeTyphon Studio