TraceTreeNode object
The TraceTreeNode object provides information about the nodes in the
tree model, including the type of activity represented by the node. You
use the TraceTreeNode object in conjunction with the TraceTree
object.
The TraceTreeNode object has no events.
Properties
TraceTreeNode property |
Datatype |
Description |
---|---|---|
ActivityType |
TraceActivity (enumerated) |
A value of the enumerated datatype TraceActivity ActBegin! — Start and finish of ActError! — Occurrences of system errors ActESQL! — Embedded SQL statement ActGarbageCollect! — Start and ActLine! — Routine ActObjectCreate! — Object ActObjectDestroy! — Object ActRoutine! — Routine entry and ActUser! — Occurrences of an activity you |
ClassDefinition |
PowerObject |
An object of type PowerObject containing |
ParentNode |
TraceTreeNode |
The parent of this node. If the parent is a |
Functions
TraceTreeNode function |
Datatype returned |
Description |
---|---|---|
String |
Returns the name assigned to the |
|
Integer |
Creates a reference to a context-specific instance |
|
PowerObject |
Returns a reference to the name of the parent |
|
Object (enumerated) |
Returns the type of the object |