cadetill

Results 1 issues of cadetill

When a class has multiple inheritance, only the entry for the first class is generated in the .dot file. Example Type ISomeInterface = IInterface end; TMyClass = class(TSomeClass, ISomeInterface) end;...