Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

See Also