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...