Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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