RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TPageControl.DoAddDockClient Method

Provides necessary adjustments when a new client is docked in the page control.

Pascal
procedure DoAddDockClient(Client: TControl; const ARect: TRect); override;
C++
virtual __fastcall DoAddDockClient(TControl * Client, const TRect ARect);

DoAddDockClient is called when a new client is docked to the page control. It sets the page control's tab sheet as the new client's parent. 

Client is the client being docked. 

 

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