|
From: Aleš P. <ta...@su...> - 2011-06-27 09:35:02
|
I used to studio 20011 abd exists some solution for error by
generating public type?
without rewrite sources, of course.
example:
{ Metric class }
TMetricClass = class
public type <-- ERROR
{ Metric struct }
TMetricStruct = record
MinTime: integer;
MaxTime: integer;
AvgTime: integer;
Attempts: integer;
TotalTime: integer;
LastAttempt: integer;
end;
sorry for my bad english
Ales
|