Skip to main content

TdxSpreadSheetPersistentObject Class

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

Declaration

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