Skip to main content

TdxMemPersistent Class

Persists the ExpressMemData component’s records in a DFM file.

Declaration

TdxMemPersistent = class(
    TPersistent
)

Remarks

This class provides the following members that allow you to:

  • Switch between available automatic data load modes (Option);

  • Identify if there is any persisted data (HasData);

  • Manually persist the ExpressMemData component’s content (SaveData and LoadData).

The ExpressMemData component’s Persistent property references a TdxMemPersistent object.

Inheritance

TObject
TPersistent
TdxMemPersistent
See Also