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

TdxSpreadSheetPersistentObject Class

The base class for all classes that implement persistent objects, including property sets, in the ExpressSpreadSheet Suite.

#Declaration

Delphi
TdxSpreadSheetPersistentObject = class(
    TInterfacedPersistent
)

#Remarks

This class implements the basic functionality for persistent object that belong to the Spreadsheet or Report Designer control, such as the caption bar, worksheets, appearance and behavior customization settings, floating containers, etc.

The TdxSpreadSheetPersistentObject class provides the following members that:

  • Create a new persistent for the specified control (Create);

  • Provide access to the control to which the persistent object belongs (SpreadSheet).

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

#Inheritance

TObject
TPersistent
TInterfacedPersistent
TdxSpreadSheetPersistentObject
See Also