vcl-dxmdaset-1890cbd2.md
Contains record storage settings in a memory-based dataset.
TdxMemPersistent = class(
TPersistent
)
In addition to data import and export functionality, the TdxMemData component can store data in a DFM file.
The list below outlines key members of the TdxMemPersistent class. These members allow you to configure data storage settings and manage stored data in a DFM file.
OptionSpecifies the active data storage mode.LoadDataLoads data from a DFM file on demand if the Option property is set to poNone or poLoad.SaveDataSaves data to a DFM file.
AssignCopies record storage settings between TdxMemData components.HasDataAllows you to identify if the TdxMemData component stores data in a DFM file.MemDataProvides access to the parent TdxMemData component.
The TdxCustomMemData.Persistent property references a TdxMemPersistent object.
TObject TPersistent TdxMemPersistent
See Also