Delphi Generic Collections

Covering all the containers available in the collections library

   Watch Promo

The Generic Collections Library is one of the best recent additions to the Delphi RTL. With it you can get type safety on your containers without having to write a whole bunch of boiler plate code each time. This can represent a big reduction in the amount of code you need write and also reduce bugs in your code. Learn how to best make use of this library and take advantage of some of its more powerful features.

This video covers all the containers available in the collections library and gives an in depth account of most of their capabilities. You will learn about the basic containers (TStack, TQueue and TList), covering their basic features (adding, moving, removing etc.) then more advanced topics such as how the internals of sorting works. Then we move on to TDictionary and how hashing works and how you can provide your own hashing mechanisms to changes its default behavour. Finally we look at the thread safe collections and how they can be used in multi-threaded code.

Length 2.5 hours


This course is also included in the following bundle:

The LearnDelphi.TV Mega-Pack Bundle (10 Courses / 33+hrs) ($199)


Your Instructor


Alister Christie
Alister Christie

I have been programming in Delphi since 1999, primarily building and maintaining applications for the real estate, banking and legal industries here in New Zealand, in these roles I have also used other technologies such a C#, Ruby on Rails, Android/Java, but Delphi is my favorite environment. I have presented at numerous online CodeRage conferences, these conferences last for an entire week with thousands of participants (the replays for all of my presentations are available on this site), and I was an international guest speaker at ADUG in 2013. Most of my videos also appear on YouTube, for which I have over a million views, and over five thousand subscribers.

In 2012 Embarcadero invited me to join a select group of Delphi experts from around the world to form the Embarcadero MVP program, to which fewer than 100 people worldwide have been admitted (I'm the only one from New Zealand).

I also play guitar, invest in real estate, regularly work out at the gym, and of course maintain the LearnDelphi.tv courses.


Frequently Asked Questions


When does the course start and finish?
The course starts now and never ends! It is a completely self-paced online course - you decide when you start and when you finish.
How long do I have access to the course?
For one-time purchases you have unlimited access to the course without expiration. For course subscriptions, you have unlimited access to the course for as long as your subscription remains up to date. For live lessons or courses, you have one time access to the scheduled live lessons, and unlimited access to the live lesson replays.
What if I am unhappy with the course?
If you are unsatisfied with your purchase after viewing/participating no more than 20% of the courseware content, then contact us in the first 30 days and we will give you a full refund.

Get started now!



wpac_init = window.wpac_init || []; wpac_init.push({widget: 'Review', id: 6713}); (function() { if ('WIDGETPACK_LOADED' in window) return; WIDGETPACK_LOADED = true; var mc = document.createElement('script'); mc.type = 'text/javascript'; mc.async = true; mc.src = 'https://embed.widgetpack.com/widget.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(mc, s.nextSibling); })();