Skip to main content

TdxMemPersistent Members

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

Constructors

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

Properties

Name Description
MemData Provides access to the persisted ExpressMemData component.
Option Specifies the automatic load mode for data persisted 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 the ExpressMemData component’s content to a DFM file.
ToString Inherited from TObject.
See Also