Unit 'OtherIdentifierTree' Package
[Overview][Classes][Index] [#bs_codetools]

TOtherIdentifierTreeNode

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

Declaration

Source position: otheridentifiertree.pas line 40

type TOtherIdentifierTreeNode = class

public

  Desc: TCodeTreeNodeDesc;

  

  SubDesc: TCodeTreeNodeSubDesc;

  

  Parent: TOtherIdentifierTreeNode;

  

  NextSibling: TOtherIdentifierTreeNode;

  

  PrevSibling: TOtherIdentifierTreeNode;

  

  FirstChild: TOtherIdentifierTreeNode;

  

  LastChild: TOtherIdentifierTreeNode;

  

  constructor Create; virtual;

  

  destructor Destroy; override;

  

  procedure ClearChilds;

  

  procedure AddLastChild(); virtual;

  

  procedure RemoveChild(); virtual;

  

  function Next;

  

  function NextSkipChilds;

  

  function Prev;

  

  function PrevSkipChilds;

  

  function HasAsParent();

  

  function HasAsChild();

  

  function HasParentOfType();

  

  function HasAsRoot();

  

  function GetRootNode;

  

  function GetParentOfType();

  

  function GetParentOfTypes();

  

  function ChildCount; virtual;

  

  function AsString; virtual;

  

  procedure ConsistencyCheck; virtual;

  

  procedure WriteDebugReport(); virtual;

  

end;

Inheritance

TOtherIdentifierTreeNode

  

|

TObject



CT Web help

CodeTyphon Studio