appbar TacAppBarPlacement type
Return to Introduction 
Unit
acAppBar  

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

Description
The TacAppBarPlacement type contains the values that can take placements of the acAppBar component. This type can assume Placement and LastDockingPlace properties of acAppBar component.  

ValueMeaning  
bpLeftdocked to left side of the screen  
bpTopdocked to top side of the screen  
bpRightdocked to right side of the screen  
bpBottomdocked to bottom side of the screen  
bpFloatApplication Toolbar is udocked and displayed as usual window.