TcxOwnedInterfacedCollection Class
In This Article
Represents a collection that maintains information about its owner.
#Declaration
Delphi
TcxOwnedInterfacedCollection = class(
TOwnedCollection,
IInterface
)
#Remarks
This class introduces the OnChange event, which enables you to respond to changes to the collection.
#Implements
#Inheritance
TObject
TPersistent
TCollection
TOwnedCollection
TcxOwnedInterfacedCollection
See Also