TEurekaStackList type

Top  Previous  Next

This is the TEurekaStackList type:

 

Unit ExceptionLog.

 

 TEurekaStackList = class(TList)

 ...

public

   ...

  property Items[Index: Integer]: PEurekaDebugInfo read GetItem; default;

end;