dummzeuch 1505 Posted November 3, 2018 One nice feature of the Delphi IDE that I keep forgetting are Component Templates. That means you drop and customize one or multiple components on a form and then give them a new name so you can easily create them again on a different form in a different program. https://blog.dummzeuch.de/2018/11/03/creating-component-templates-in-delphi/ 2 Share this post Link to post
Johan Bontes 11 Posted November 3, 2018 Nice, when was this feature added? I'd not noticed it. Share this post Link to post
dummzeuch 1505 Posted November 3, 2018 22 minutes ago, Johan Bontes said: Nice, when was this feature added? I'd not noticed it. Not sure when it was added. Delphi 6 already has it, but it might be even older. Share this post Link to post
Tommi Prami 130 Posted November 5, 2018 Any idea where that saves the info, Registry maybe? Could be nice to make some syc-app that would sync all templates to all codes in the team. If needed... All would benefit and also properties would be unified also. without too much hassle. -Tee- Share this post Link to post
Guest Posted November 12, 2018 On 11/5/2018 at 7:01 AM, Tommi Prami said: Any idea where that saves the info, Registry maybe? The info is stored in .dct files: https://stackoverflow.com/questions/38672329/how-to-restore-or-copy-component-templates Share this post Link to post