TdxPSOptionsStoring.SaveFormsPosition Property
In This Article
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 Save
The default value of the SaveFormsPosition property is True.
See Also