formplacementsaver RestoreFormSize property
Return to Introduction  Previous page  Next page
Applies to
acFormPlacementSaver components.  

Declaration
property RestoreFormSize: Boolean;  

Description
The RestoreFormSize property controls whether you would like to save / restore size of your form. If you're using non-resizeable form with bsDialog or bsSingle form style, you may would not to save form's size — make this property False.  
 
For example — you are designing dialog box and save / restore its placement using acFormPlacementSaver component. Form's size can be changed at design-time, however, if RestoreFormSize is True, previous size will be taken from system registry anyway. Set this property to False to don't allow component restore size.