I'm using Borland Developer Studio 2006 on Win 2000, a Delphi project with modelling enabled.
I've created a UML model consisting of:- a project, containing a namespace (NAMESPACE1), which contains several classes.
The code that is generated from the model consists of a single file (NAMESPACE1.pas), which contains all of the classes in that one file.
Question: Can I set the environment up so that each class is generated in its own file?