Vcl.ComCtrls.TPageControl.DoAddDockClient

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoAddDockClient(Client: TControl; const ARect: TRect); override;

C++

DYNAMIC void __fastcall DoAddDockClient(Vcl::Controls::TControl* Client, const System::Types::TRect &ARect);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TPageControl

Description

Provides necessary adjustments when a new client is docked in the page control.

DoAddDockClient is called when a new client is docked to the page control. It sets the page control's tab sheet as the new client's parent.

Client is the client being docked.

See Also