Today I made some small changes to the CustomContainerPack.

Today I made some small changes to the CustomContainerPack.
Apart from removing two with statements I changed the place where the wizard shows up in the File -> New -> Other dialog. Up to Delphi 7 it is still in the “New” category.
For newer Delphi versions, it now shows up in the “Delphi Files” category.
It took me quite a while to figure out how to do it. Just returning “Delphi Files” from the IOTARepositoryWizard.GetPage function doesn’t work. The trick is to use the IOTARepositoryWizard80 interface that was introduced with Delphi 2005 (or, judging from the name, probably with Delphi 8). It added two new functions to IOTARepositoryWizard ...
http://blog.dummzeuch.de/2014/09/20/some-changes-to-customcontainerpack/

Comments