Board index » delphi » Form / ModuleCreator Questions ( AutoCreate )
Stefaan Lesage
![]() Delphi Developer |
Form / ModuleCreator Questions ( AutoCreate )2004-12-03 09:10:35 PM delphi130 Hi guys, I have worked out a wizard which contains 3 different ModuleCreators. When executing this wizard, the different ModuleCreators will add a DataModule and a two Forms to my project. This works perfectly. The forms area automatically added to the list of Auto-Create forms ( in Project / Optons / Forms you find that list ). I'd like to know if it is possible for my ModuleCreators to not add the created forms / datamodules to the list of Auto Created Forms. Or if this isn't possible, if there is some way my wizard could remove the forms / datamodule from that list. Anyone knows if this is possible and how to achieve this ? Thanks a lot in advance, Stefaan |