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

Declaration
property AlwaysOnTop: Boolean;  

Description
The AlwaysOnTop property ensures that the appbar is always visible, even when you run another programs in a maximized window. AlwaysOnTop determines whether the appbar can always stay on top over other windows. If AlwaysOnTop is True, system will place your form at the top of the Z order and your form will always on top over other windows. If AlwaysOnTop is False, another windows can be placed over your form.  

See also
AutoHide property.