Overload List
| # | Signature | Description |
|---|---|---|
| 1 | Int32 Add | Add a new TTraceItem object to the list. |
| 2 | Int32 Add(TTraceItem Item) | Add a new TTraceItem object to the list. |
| 3 | void Add(TTraceList Src) | Add new TTraceItem object to the list, by copying them for the Src TTraceList. |
Overload 1: Int32 Add
Add a new TTraceItem object to the list.
Returns: Int32
Remarks:
The function returns the the index at which the new object has been added.
Overload 2: Int32 Add(TTraceItem Item)
Add a new TTraceItem object to the list.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Item | TTraceItem |
Returns: Int32
Remarks:
Thefunction returns the the index at which the new object has been added.
Overload 3: void Add(TTraceList Src)
Add new TTraceItem object to the list, by copying them for the Src TTraceList.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TTraceList |
Result: stored in self (calling object)