Class
TTraceList
Declaration
Function Add(Item: TTraceItem): integer;
Description
Add a new TTraceItem object to the list. The function returns the the index at which the new object has been added.
Declaration
Function Add: integer;
Description
Add a new TTraceItem object to the list. The function returns the the index at which the new object has been added.
Declaration
Procedure Add(Src: TTraceList);
Description
Add new TTraceItem object to the list, by copying them for the Src TTraceList.
| Copyright 2008 Dew Research |
http://www.dewresearch.com