RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomDockForm.DoRemoveDockClient Method

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

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

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!