appbar TacAppBarRestoreProperties type
Return to Introduction 
Unit
acAppBar  

Declaration
type  
  TacAppBarRestoreProperty = (rpAllowedEdges, rpFormSize, rpDocking, rpFloatRestrictions, rpSizing, rpSliding);  
 
  TacAppBarRestoreProperties = set of TacAppBarRestoreProperty;  

Description
The TacAppBarRestoreProperties type contains the set of values that can assume RestoreProperties property (subproperty of RegistrySaver) of acAppBar component.  

ValuesMeaning  
rfAllowedEdgesAppBar will restore values of AllowedEdges property on every program startup, when True;  
rfFormSizerestores the form Placement and size when True;  
rfDockingrestores Docking rules when True;  
rfFloatRestrictionsrestures FloatRestrictions;  
rfSizingrestores Sizing rules;  
rfSlidingrestures Sliding settings.