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

TdxPSOptionsStoring.SaveFormsPosition Property

Specifies whether the size and position of dialog windows are automatically persisted.

#Declaration

Delphi
property SaveFormsPosition: Boolean read; write; default True;

#Property Value

Type Default
Boolean True

#Remarks

Set this property to True to allow the ExpressPrinting System to persist the size and position of the dialog windows, so that they are displayed at the same position on screen as when they were last closed. Otherwise, all dialog windows are displayed with their default position and size.

Note

The SaveFormsPosition is in effect only if the StorageType property is set to a value other than dxstNone. Assigning the OptionsStoring.SaveFormsPosition property of the currently active TdxPSEngineController component automatically updates the dxPSEngine.SaveFormsPosition global setting.

The default value of the SaveFormsPosition property is True.

See Also