appbar OnDocked event
Return to Introduction  Previous page  Next page
Applies to
acAppBar component.  

Declaration
type  
  TacAppBarDockedEvent = procedure(Sender: TObject; NewPlacement: TacAppBarPlacementof object;  
 
property OnDocked: TacAppBarDockedEvent;  

Description
The OnDocked event occurs when the form has been docked to the screen edge or has restored to normal, "floating" state. NewPlacement parameter shows new placement of the AppBar.  
 
tip To prevent docking to specific screen edge — use AllowedEdges property or OnDocking event.  

See also
AllowedEdges property and OnDocking, OnDockMove events.