appbar TacAppBarEdges type
Return to Introduction 
Unit
acAppBar  

Declaration
type  
  TacAppBarPlacement = (bpLeft, bpTop, bpRight, bpBottom, bpFloat);  
  TacAppBarEdges = set of TacAppBarPlacement;  

Description
The TacAppBarRestoreProperties type contains values that can assume Placement and LastDockingPlace properties of acAppBar component.  

ValueMeaning  
bpLeftallow docking to left side of the screen;  
bpTopallow docking to top side of the screen;  
bpRightallow docking to right side of the screen;  
bpBottomallow docking to bottom side of the screen;  
bpFloatApplication Toolbar is udocked and displayed as usual window.