RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomActionDockBar.Dock Method

Used internally to dock the action band.

Pascal
procedure Dock(NewDockSite: TWinControl; ARect: TRect); override;
C++
virtual __fastcall Dock(TWinControl * NewDockSite, TRect ARect);

Do not call Dock. It is called automatically to implement many of the details of docking the action band to a dock site. 

To dock the action band programmatically, use ManualDock instead. 

The NewDockSite parameter specifies the docking site to which the action band is being docked. The ARect parameter indicates the new dimensions of the action band when it is docked to NewDockSite. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!