Einzelnen Beitrag anzeigen

Benutzerbild von DP News-Robot
DP News-Robot

Registriert seit: 4. Jun 2010
15.780 Beiträge
 
#1

Fun with Delphi Rtti – Building a Unit Dependency Tree

  Alt 6. Okt 2010, 03:21
You can build a unit dependency tree, wich shows the direct dependency for each unit in your project using the New Rtti. Here a short description of the algorithm used in this code. For each Type(TRttiType) in the list do the following check if the basetype exist in the same unit else add the ...

More...
  Mit Zitat antworten Zitat