Beschreibung | Hierarchie | Felder | Methoden | Eigenschaften |
type TStringToStringTree = class(TObject)
![]() |
constructor Create(CaseSensitive: boolean); |
![]() |
destructor Destroy; override; |
![]() |
procedure Clear; |
![]() |
function Contains(const Name: string): Boolean; |
![]() |
procedure Add(const Name, Value, Delimiter: string); |
![]() |
function GetFirst(out Name, Value: string): Boolean; |
![]() |
function GetLast(out Name, Value: string): Boolean; |
![]() |
function GetNext(const Name: string; out NextName, NextValue: string): Boolean; |
![]() |
function GetPrev(const Name: string; out PrevName, PrevValue: string): Boolean; |
![]() |
property Count: Integer read GetCount; |
![]() |
property Values[const Name: string]: string read GetValues write SetValues; |
![]() |
property Tree: TAvgLvlTree read FItems; |
![]() |
constructor Create(CaseSensitive: boolean); |
![]() |
destructor Destroy; override; |
![]() |
procedure Clear; |
![]() |
function Contains(const Name: string): Boolean; |
![]() |
procedure Add(const Name, Value, Delimiter: string); |
![]() |
function GetFirst(out Name, Value: string): Boolean; |
![]() |
function GetLast(out Name, Value: string): Boolean; |
![]() |
function GetNext(const Name: string; out NextName, NextValue: string): Boolean; |
![]() |
function GetPrev(const Name: string; out PrevName, PrevValue: string): Boolean; |
![]() |
property Count: Integer read GetCount; |
![]() |
property Values[const Name: string]: string read GetValues write SetValues; |
![]() |
property Tree: TAvgLvlTree read FItems; |