Class TCktTree
Unit
Declaration
type TCktTree = class(TObject)
Description
Hierarchy
- TObject
- TCktTree
Overview
Fields
PresentBranch: TCktTreeNode; |
|
ZoneEndsList: TZoneEndsList; |
Methods
constructor Create; |
|
destructor Destroy; OVERRIDE; |
|
procedure StartHere; |
|
procedure AddNewChild(Value: Pointer; BusRef, TerminalNo: Integer); |
|
procedure Add(Value: Pointer); |
|
procedure AddNewObject(Value: Pointer); |
Properties
property First: Pointer READ Get_First; |
|
property Parent: Pointer READ Get_Parent; |
|
property FirstObject: Pointer READ Get_FirstObject; |
|
property NextObject: Pointer READ Get_NextObject; |
|
property GoForward: Pointer READ Get_Forward; |
|
property GoBackward: Pointer READ Get_Backward; |
|
property Active: Pointer READ Get_Active WRITE Set_Active; |
|
property Level: Integer READ Get_Level; |
Description
Fields
PresentBranch: TCktTreeNode; |
|
ZoneEndsList: TZoneEndsList; |
|
Methods
constructor Create; |
|
destructor Destroy; OVERRIDE; |
|
procedure StartHere; |
|
procedure AddNewChild(Value: Pointer; BusRef, TerminalNo: Integer); |
|
Start Forward Search at the present location can also use active |
procedure Add(Value: Pointer); |
|
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
property First: Pointer READ Get_First; |
|
Adds a pointer to an object to be associated with the current node |
property Parent: Pointer READ Get_Parent; |
|
Returns pointer to first cktobject |
property FirstObject: Pointer READ Get_FirstObject; |
|
property NextObject: Pointer READ Get_NextObject; |
|
property GoForward: Pointer READ Get_Forward; |
|
property GoBackward: Pointer READ Get_Backward; |
|
property Active: Pointer READ Get_Active WRITE Set_Active; |
|
property Level: Integer READ Get_Level; |
|
Generated by PasDoc 0.16.0.