Vcl.ComCtrls.TPageControl.DoRemoveDockClient

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoRemoveDockClient(Client: TControl); override;

C++

DYNAMIC void __fastcall DoRemoveDockClient(Vcl::Controls::TControl* Client);

Properties

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

Description

Provides necessary adjustments when a control is undocked from the page control.

DoRemoveDockClient is called when a client is undocked from the page control. It selects the next page in the tab sheet.

Client is the client being undocked.

See Also