appbar TacAppBarShowBehavior type
Return to Introduction 
Unit
acAppBar  

Declaration
TacAppBarShowBehavior = (sbShowAlways, sbHideAlways, sbOnFloat);  

Description
The TacAppBarShowBehavior type contains the values that can assume TaskIcon property of acAppBar component.  

ValuesMeaning  
sbShowAlwaysTask icon (or title bar) should be always displayed, even if your application is docked to any side of screen.  
sbHideAlwaysTask icon (or title bar) should be never displayed, even if your application is undocked and the AppBar currently in floating mode (Placement = bpFloat).  
sbOnFloatTask 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.  

See also
TaskIcon and TitleBar properties.