Back to Devexpress

TdxPSEngineController.OptionsStoring Property

vcl-dxpsengn-dot-tdxpsenginecontroller-2990526b.md

latest1.2 KB
Original Source

TdxPSEngineController.OptionsStoring Property

Provides access to the options that specify the manner in which settings of its dialog windows are automatically persisted.

Declaration

delphi
property OptionsStoring: TdxPSOptionsStoring read; write;

Property Value

Type
TdxPSOptionsStoring

Remarks

Use this property to specify the settings to be persisted, and the destination storage device and location for them. For more information, refer to the TdxPSOptionsStoring class description.

To learn about the information that is automatically persisted by the ExpressPrinting System , refer to the How to Persist Settings Between Application Runs topic.

See Also

How to Persist Settings Between Application Runs

TdxPSEngineController Class

TdxPSEngineController Members

dxPSEngn Unit