Collection Templater is a tool to help in one of those tedious tasks when writing code – collections for some kind of data. When you want to use TCollection, you’ve got to repeat the same hundred lines, and if you want to filter every field of TCollectionItem, sort by it, load and save to .ini or .xml files, it goes up to more than a thousand lines of code that all center on two class names and one to no more than a dozen (usually) properties.
Collection Templater automizes this task – you just enter the two class names, a unit name, author name, add fields, and it will create a ready-to-use unit for you.
It is open source, and interested users can find its repository at launchpad.net/collectiontemplater.
- Editing properties of new TCollection
- The generated source code
- Customizable templates



