TCollectionItem.Collection
Pointer to the collection managing this item.
Declaration
Source position: classesh.inc line 502
public Property
Collection : TCollection;
Description
Collection points to the collection managing this item. This property can be set to point to a new collection. If this is done, the old collection will be notified that the item should no longer be managed, and the new collection is notified that it should manage this item as well.
See also
Name | Description |
---|---|
TCollection | Base class to manage collections of named objects. |
TCollection | Base class to manage collections of named objects. |