appbar TitleBar property
Return to Introduction  Previous page  Next page
Applies to
acAppBar component.  

Description
type  
  TacAppBarShowBehavior = (sbShowAlways, sbHideAlways, sbOnFloat);  
 
property TitleBar: TacAppBarShowBehavior;  

Declaration
The TitleBar property controls whether you would like to show the form's title bar (window caption) when the AppBar docked to screen edge.  
 
Default property value is sbOnFloat, that means that title bar should appears only when the AppBar is in undocked, "floating" state.  
 
Set TitleBar to sbShowAlways to make the tiele bar ALWAYS visible, even if AppBar is docked to screen edge. When TaskIcon is sbHideAlways, the title bar will be always hidden (captionless form).  

See also
TaskIcon property.