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

TPointerToPointerTree

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

Declaration

Source position: avglvltree.pas line 141

type TPointerToPointerTree = class

public

  constructor Create;

  destructor Destroy; override;

  procedure Clear;

  procedure Remove();

  function Contains();

  function GetFirst();

  function GetLast();

  function GetNext();

  function GetPrev();

  property Count: Integer; [r]

  property Values: Pointer; default; [rw]

  property Tree: TAvgLvlTree; [r]

end;

Inheritance

TPointerToPointerTree

|

TObject