TEurekaFunctionsList type

Top  Previous  Next

This is the TEurekaFunctionsList type:

 

Unit ExceptionLog.

 

  TEurekaFunctionsList = class(TList)

  ...

  public

    ...

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

  end;