Hola,
Creo que tiene que ver con el desarrollo de componentes, fundamentalmente, por lo que puede leerse en la ayuda de Delphi para dicha clase:
Cita:
|
Empezado por Ayuda de Delphi sobre TOwnedCollection
TOwnedCollection is a collection that maintains information about its owner.
Unit
Classes
Description
By maintaining information about its owner, TOwnedCollection lets the Object Inspector display the collection's name at design time.
Note: This information is not part of TOwnedCollection’s public interface.
New collection classes should descend from TOwnedCollection. By descending from TOwnedCollection, the derived class does not need to add anything in order to appear in the Object Inspector. Classes that descend directly from TCollection must implement a GetOwner method if they are to appear in the Object Inspector.
|