Delphi Generic Collections

Covering all the containers available in the collections library

Ratings 3.21 / 5.00
Delphi Generic Collections

What You Will Learn!

  • Deep understanding of the Generic Collections Library

Description

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 bunch of boilerplate code each time. This can represent a big reduction in the amount of code you need to 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 behaviour.  Finally, we look at the thread-safe collections and how they can be used in multi-threaded code.

With your new knowledge of the Generic Collections Library, your code will be cleaner and more concise code, while simultaneously having better compile-time type checking - what could possibly be more fun?

Who Should Attend!

  • Delphi developers who want to take advantage of the Generic Collections library

TAKE THIS COURSE

Tags

  • Delphi

Subscribers

30

Lectures

10

TAKE THIS COURSE



Related Courses