Skip to main content

TdxPSOptionsStoring.SaveFormsPosition Property

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

Declaration

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