Unit 'PasDoc_HierarchyTree' Package
[Overview][Classes][Procedures and functions][Index] [#pl_pasdoc]

TStringCardinalTree

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

Declaration

Source position: PasDoc_HierarchyTree.pas line 62

type TStringCardinalTree = class

protected

  FRoot: TPasItemNode;

  

  function GetIsEmpty;

  

  function GetFirstItem;

  

  procedure NeedRoot;

  

public

  function ItemOfName();

  

  function InsertName(); overload;

  

  function InsertItem(); overload;

  

  function InsertParented();

  

  procedure MoveChildLast();

  

  property IsEmpty: Boolean; [r]

  

  property FirstItem: TPasItemNode; [r]

  

  function Level();

  

  function NextItem();

  

  procedure Sort;

  

  constructor Create;

  

  destructor Destroy; override;

  

end;

Inheritance

TStringCardinalTree

  

|

TObject



CT Web help

CodeTyphon Studio