|
TEurekaStackList type |
|
|
This is the TEurekaStackList type:
Unit ExceptionLog.
TEurekaStackList = class(TList) ... public ... property Items[Index: Integer]: PEurekaDebugInfo read GetItem; default; end;
|