Michael Van Canneyt wrote: > If you want to store objects, use a TCollection, and store > TCollectionItem.ID in the component tag. ID is a unique identifier, even > when elements are added and removed from the collection. > > Slightly more work, but clean and portable. And much slower. Micha