Skip to main content

TdxPSEngine.SaveFormsPosition Property

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

Declaration

property SaveFormsPosition: Boolean read; write;

Property Value

Type
Boolean

Remarks

Use the SaveFormsPosition property to specify the manner in which the preview and dialog windows are displayed. If this property is set to True, all windows will be displayed at the same coordinates (position on screen) where they were last closed. If this property is set to False, all windows are displayed at their default positions.

To allow the ExpressPrinting System to automatically persist its settings between application runs, specify a storage device and target location via the OptionsStoring property of the currently active engine controller.

Note

The SaveFormsPosition property corresponds to the OptionsStoring.SaveFormsPosition property of the currently active engine controller.

See Also