Unit 'SpkXMLParser' Package
[Overview][Constants][Types][Classes][Index] [#pl_spktoolbar]

TBinaryTreeNode

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

Declaration

Source position: SpkXMLParser.pas line 29

type TBinaryTreeNode = class(TObject)

protected

  procedure SetLeft();

  

  procedure SetRight();

  

  function GetCount;

  

  function GetData();

  

public

  constructor create;

  

  destructor Destroy; override;

  

  procedure RefreshSubtreeSize;

  

  procedure DetachFromParent;

  

  procedure AttachToParent();

  

  procedure DetachChild();

  

  procedure Add();

  

  procedure Remove();

  

  procedure Delete();

  

  procedure Clear;

  

  property Data []: TSpkXMLNode; [r]

  

  property Left: TBinaryTreeNode; [rw]

  

  property Right: TBinaryTreeNode; [rw]

  

  property Parent: TBinaryTreeNode; [r]

  

  property SubtreeSize: Integer; [r]

  

  property Count: Integer; [r]

  

end;

Inheritance

TBinaryTreeNode

  

|

TObject



CT Web help

CodeTyphon Studio