Back to Devexpress

TcxOwnedInterfacedCollection Class

vcl-cxclasses-a73e0360.md

latest1.0 KB
Original Source

TcxOwnedInterfacedCollection Class

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

IInterface

Inheritance

TObject TPersistent TCollection TOwnedCollection TcxOwnedInterfacedCollection

See Also

TcxOwnedInterfacedCollection Members

cxClasses Unit