Skip to main content

TcxInterfacedPersistent Class

The base class for all classes that implement interfaces that persist various settings in a stream.

Declaration

TcxInterfacedPersistent = class(
    TInterfacedPersistent
)

Remarks

This class is designed to provide support for persistent objects (property sets) that implement interfaces in various RAD Studio versions. The TcxIntefacedPersistent class provides the Owner property that allows you to access the control or object to which the persisting settings belong.

All TcxInterfacedPersistent class descendants override its constructor to initialize their properties, and optionally, create nested property sets.

You do not need to create instances of the TcxInterfacedPersistent class. Use its descendants instead.

Inheritance

See Also