Delphi TCollection: How to implement

delphi tcollection

This article starts new series that is dedicated to some useful VCL classes. Now let’ look at TCollection class. TCollection is a container for TCollectionItem objects. The VCL controls (such as TDBGrid, TListView, TStatusBar, etc) widely use objects derived from TCollection.