![]() |
![]() ![]() ![]() |
acAppBar component.
|
type
|
TacAppBarShowBehavior = (sbShowAlways, sbHideAlways, sbOnFloat);
|
|
property TitleBar: TacAppBarShowBehavior;
|
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).
|
TaskIcon property.
|