I know of two free tools that can do that: * Pasdoc * GExperts Class Browser The results of both aren't really pretty and the latter can print the report only for a specific class.
Stefaan Lesage For some unknown reason my reply doesn't show: PasDoc can create a class hierarchy diagram, which is only a text file used as input for GraphViz.
I know of two free tools that can do that:
ReplyDelete* Pasdoc
* GExperts Class Browser
The results of both aren't really pretty and the latter can print the report only for a specific class.
Thomas Mueller Isn't PasDoc only for generating documentation based on the comment blocks in your code ?
ReplyDeleteModelMaker from modelmakertools.com - ModelMaker Tools: Delphi Refactoring, Native Pascal UML modeling
ReplyDeletePerhaps worth a look (I haven't tried it so far): essmodel.sourceforge.net - ESS-Model
ReplyDelete/sub
ReplyDeleteStefaan Lesage
ReplyDeleteFor some unknown reason my reply doesn't show:
PasDoc can create a class hierarchy diagram, which is only a text file used as input for GraphViz.
Thomas Mueller I see yours two replies
ReplyDeleteESS-Model (VCL only).
ReplyDeleteYou can create an UML class diagram in the Delphi IDE, but you need to enable modeling, which on a large project can be a bit of an issue.
ReplyDeleteMarco Cantù Thanks Marco, I will have a look at what I can achieve with that.
ReplyDelete