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

Declaration
type  
  TacAppBarRestoreProperties = set of (rfAllowedEdges, rfFormSize, rfDocking, rfFloatRestrictions, rfSizing, rfSliding);  
 
property RestoreProperties: TacAppBarRestoreProperties;  

Description
The RestoreProperties property of the RegistrySaver structure specifies which properties, saved after previous program execution, you would like to restore on every program startup.  

ValuesMeaning  
rfAllowedEdgesrestores value of AllowedEdges property when True;  
rfFormSizerestores the form Placement and size when True;  
rfDockingrestores Docking rules when True;  
rfFloatRestrictionsrestores FloatRestrictions;  
rfSizingrestores Sizing rules;  
rfSlidingrestures Sliding settings.  

See also
Options property.