[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'AvgLvlTree' (#lcl)

TStringToStringTree

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

Declaration

Source position: avglvltree.pas line 178

type TStringToStringTree = class

public

  procedure Create();

  destructor Destroy; override;

  procedure Clear;

  function Contains();

  procedure Add();

  procedure AddNameValues();

  procedure AddValues();

  function GetFirst();

  function GetLast();

  function GetNext();

  function GetPrev();

  property Count: Integer; [r]

  property Values: String; default; [rw]

  property Tree: TAvgLvlTree; [r]

  property CompareItems: TListSortCompare; [r]

  property CompareNameWithItem: TListSortCompare; [r]

end;

Inheritance

TStringToStringTree

|

TObject