formplacementsaver Options property
Return to Introduction  Previous page  Next page
Applies to
acFormPlacementSaver component and acAppBar component as subproperty of RegistrySaver.  

Declaration
type  
  TacFormPlacementOptions = set of (saveOnClose,  
                                    saveOnMoveResize);  
 
property Options: TacFormPlacementOptions;  

Description
The Options property determinates when the acFormPlacementSaver component should save current form placement and Z-order to the System Registry.  
 
The possible values of Options are  
Value Meaning    
saveOnClose   saves the form's placement when user close the form.  
saveOnMoveResize   saves the form's placement when user move or resize the form.  
 
If options above is specified, acFormPlacementSaver will save form placement automatically. If you would like to save placement "manually" — call Save method.  

See also
Load adn Save methods.