Vcl.Forms.TCustomDockForm.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.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TCustomDockForm

Description

Performs actions when a control is undocked from the dock form.

Client is the control being undocked.

DoRemoveDockClient calls the inherited DoRemoveDockClient method. Then, if the dock form contains no more clients, DoRemoveDockClient calls the Release method.

See Also