Allows index access to collection items in the container.
property Items [AIndex: Integer]: TIdDBInfo;
Items is a TIdDBInfo property that allows 0-based indexed access to collection items in the container for both read and write access.
Items is the default property for the collection item.
Use IndexOf to determine the index position for an existing collection item in the container.
Use Add to create a new collection item in the container.
IndexOf
Add