Back to Devexpress

TcxInterfacedPersistent Class

vcl-dxcoreclasses-594ed2ff.md

latest1.5 KB
Original Source

TcxInterfacedPersistent Class

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

Declaration

delphi
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

TObject TPersistent TInterfacedPersistent TcxInterfacedPersistent

See Also

TcxIUnknownObject

TcxOwnedInterfacedPersistent

TcxInterfacedPersistent Members

dxCoreClasses Unit