TdxPreviewOptions.SavePosition Property
Specifies whether the position of the Print Preview dialog should be persisted.
Declaration
property SavePosition: Boolean read; write; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
This property is obsolete; use the dxPSEngine.SaveFormsPosition or TdxPSOptionsStoring.SaveFormsPosition property instead.
The default value of the SavePosition property is True.
See Also