| 
      
 | 
    
       
     
     
     | 
  
| acAppBar
  | 
| TacAppBarShowBehavior = (sbShowAlways, sbHideAlways, sbOnFloat);
  | 
| The TacAppBarShowBehavior type contains the values that can assume TaskIcon property of acAppBar component.
  | 
| Values | Meaning
  | 
| sbShowAlways | Task icon (or title bar) should be always displayed, even if your application is docked to any side of screen.
  | 
| sbHideAlways | Task icon (or title bar) should be never displayed, even if your application is undocked and the AppBar currently in floating mode (Placement = bpFloat).
  | 
| sbOnFloat | Task icon (or title bar) will be displayed only when your application is undocked from the screen. Another words, task icon (title bar) will shown only when Placement = bpFloat.
  | 
| TaskIcon and TitleBar properties.
  |