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

Declaration
type  
  TacAppBarPlacement = (bpLeft, bpTop, bpRight, bpBottom, bpFloat);  
 
property LastDockingPlace: TacAppBarPlacement;  

Description
The LastDockingPlace property determines previous placement of the AppBar. Previous AppBar placement always saved for further restoring it on doubleclick.  
 
tip To prevent restoring previous placement on doubleclicking — hook OnDblClick event.  

See also
Placement property and OnDblClick event.