Klasse TStringToStringTree

BeschreibungHierarchieFelderMethodenEigenschaften

Unit

Deklaration

type TStringToStringTree = class(TObject)

Beschreibung

Hierarchie

Übersicht

Methoden

Public constructor Create(CaseSensitive: boolean);
Public destructor Destroy; override;
Public procedure Clear;
Public function Contains(const Name: string): Boolean;
Public procedure Add(const Name, Value, Delimiter: string);
Public function GetFirst(out Name, Value: string): Boolean;
Public function GetLast(out Name, Value: string): Boolean;
Public function GetNext(const Name: string; out NextName, NextValue: string): Boolean;
Public function GetPrev(const Name: string; out PrevName, PrevValue: string): Boolean;

Eigenschaften

Public property Count: Integer read GetCount;
Public property Values[const Name: string]: string read GetValues write SetValues;
Public property Tree: TAvgLvlTree read FItems;

Beschreibung

Methoden

Public constructor Create(CaseSensitive: boolean);
 
Public destructor Destroy; override;
 
Public procedure Clear;
 
Public function Contains(const Name: string): Boolean;
 
Public procedure Add(const Name, Value, Delimiter: string);
 
Public function GetFirst(out Name, Value: string): Boolean;
 
Public function GetLast(out Name, Value: string): Boolean;
 
Public function GetNext(const Name: string; out NextName, NextValue: string): Boolean;
 
Public function GetPrev(const Name: string; out PrevName, PrevValue: string): Boolean;
 

Eigenschaften

Public property Count: Integer read GetCount;
 
Public property Values[const Name: string]: string read GetValues write SetValues;
 
Public property Tree: TAvgLvlTree read FItems;
 

Erstellt mit PasDoc 0.10.0 am 2007-03-27 23:02:51