RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TPageControl.DoRemoveDockClient Method

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

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

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. 

 

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