RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDockTabSet.DoRemoveDockClient Method

Responds when a control is undocked from the windowed control.

Pascal
procedure DoRemoveDockClient(Client: TControl); override;
C++
virtual __fastcall DoRemoveDockClient(TControl * Client);

DoRemoveDockClient is called automatically when a client control is undocked from the windowed control. As implemented in TWinControl, DoRemoveDockClient does nothing. 

Client is the control that has been undocked. 

Override DoRemoveDockClient to perform any necessary adjustments when a control is undocked from the windowed control.

Note: DoRemoveDockClient occurs at the end of the undocking process. To make changes when undocking starts, override the DoUnDock method instead.
 

 

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