Delphi code to flow chart recommendations?

Delphi code to flow chart recommendations?
I'm trying to make sense of a Delphi legacy program (currently in Delphi 2010) that is a blend of procedural and object oriented code.

Comments

  1. ModelMaker (not ModelMaker Code Explorer, the real ModelMaker) can convert code to UML diagrams. There are other tools that can do this, but I like ModelMaker's tools best. http://stackoverflow.com/questions/18218481/reverse-engineering-delphi-code-uml

    ReplyDelete
  2. The IDE built-in class diagrams works two ways and also on existing code. Not sure how much support was in 2010, but give it a try and enable modeling for your project.

    ReplyDelete

Post a Comment