Learn about delphivcl.Collection
April 6, 2021
DelphiVCL.Collection or Collection is a container for CollectionItem objects.
Each Collection holds a group of CollectionItem descendants. The Collection maintains an index of the collection items in its Items array. The Count property contains the number of items in the collection. Use the Add and Delete methods to add items to the collection and delete items from the…