TEurekaProcessesList type

Top  Previous  Next

This is the TEurekaModuleList type:

 

Unit ExceptionLog.

 

 TEurekaProcessesList = class(TList)

 ...

public

   ...

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

end;