Vcl.ActnCtrls.TCustomActionDockBar.Dock

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Dock(NewDockSite: TWinControl; ARect: TRect); override;

C++

DYNAMIC void __fastcall Dock(Vcl::Controls::TWinControl* NewDockSite, const System::Types::TRect &ARect);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.ActnCtrls.pas
Vcl.ActnCtrls.hpp
Vcl.ActnCtrls TCustomActionDockBar

Description

Used internally to dock the action band.

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.

See Also