appbar Options property
Return to Introduction  Previous page  Next page
Applies to
acAppBar component as subproperty of RegistrySaver structure.  

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

Description
The Options property controls when RegistrySaver should save the AppBar properties, enumerated in the RestoreProperties property. By default, AppBar saves configuration when your application is about to be closed (when saveOnClose is True). However, you can save all settings after every form movement or resizing, just set saveOnMoveResize to True.  

See also
RestoreProperties property.