Skip to main content

TdxMemPersistent.Option Property

Specifies the automatic load mode for data persisted in a DFM file.

Declaration

property Option: TdxMemPersistentOption read; write; default poActive;

Property Value

Type Default
TdxMemPersistentOption poActive

Remarks

Set this property to poNone or poLoad to populate the ExpressMemData component with data persisted in a DFM file on demand or application startup, respectively. Refer to the TdxMemPersistentOption type description for details on all available options.

The default Option property value is poActive.

See Also