Class TCktTree

Unit

Declaration

type TCktTree = class(TObject)

Description

Hierarchy

Overview

Fields

Public PresentBranch: TCktTreeNode;
Public ZoneEndsList: TZoneEndsList;

Methods

Public constructor Create;
Public destructor Destroy; OVERRIDE;
Public procedure StartHere;
Public procedure AddNewChild(Value: Pointer; BusRef, TerminalNo: Integer);
Public procedure Add(Value: Pointer);
Public procedure AddNewObject(Value: Pointer);

Properties

Public property First: Pointer READ Get_First;
Public property Parent: Pointer READ Get_Parent;
Public property FirstObject: Pointer READ Get_FirstObject;
Public property NextObject: Pointer READ Get_NextObject;
Public property GoForward: Pointer READ Get_Forward;
Public property GoBackward: Pointer READ Get_Backward;
Public property Active: Pointer READ Get_Active WRITE Set_Active;
Public property Level: Integer READ Get_Level;

Description

Fields

Public PresentBranch: TCktTreeNode;
 
Public ZoneEndsList: TZoneEndsList;
 

Methods

Public constructor Create;
 
Public destructor Destroy; OVERRIDE;
 
Public procedure StartHere;
 
Public procedure AddNewChild(Value: Pointer; BusRef, TerminalNo: Integer);

Start Forward Search at the present location can also use active

Public procedure Add(Value: Pointer);
 
Public procedure AddNewObject(Value: Pointer);

Adds Child and makes it present – previously "New" Property NewChild :Pointer Write Set_NewChild; // Adds child to present, but doesn't change present

Properties

Public property First: Pointer READ Get_First;

Adds a pointer to an object to be associated with the current node

Public property Parent: Pointer READ Get_Parent;

Returns pointer to first cktobject

Public property FirstObject: Pointer READ Get_FirstObject;
 
Public property NextObject: Pointer READ Get_NextObject;
 
Public property GoForward: Pointer READ Get_Forward;
 
Public property GoBackward: Pointer READ Get_Backward;
 
Public property Active: Pointer READ Get_Active WRITE Set_Active;
 
Public property Level: Integer READ Get_Level;
 

Generated by PasDoc 0.16.0.