Skip to main content

TdxMemPersistent Members

Contains record storage settings in a memory-based dataset.

Constructors

Name Description
Create(TdxCustomMemData) Initializes a new instance of the TdxMemPersistent class with specified settings.

Properties

Name Description
MemData Provides access to the parent TdxMemData component.
Option Specifies the automatic load mode for data stored in a DFM file.

Methods

Name Description
Assign(TPersistent) Inherited from TPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
Equals(TObject) Inherited from TObject.
GetHashCode Inherited from TObject.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
HasData Identifies if the ExpressMemData component persists its data in a DFM file.
LoadData Populates the ExpressMemData component with data from a DFM file.
SaveData Saves stored data to a DFM file.
ToString Inherited from TObject.
See Also