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