TTraceList.Add Method

Overload List

#SignatureDescription
1Int32 AddAdd a new TTraceItem object to the list.
2Int32 Add(TTraceItem Item)Add a new TTraceItem object to the list.
3void 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.

#NameTypeDescription
1ItemTTraceItem

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.

#NameTypeDescription
1SrcTTraceList

Result: stored in self (calling object)