|
RAD Studio VCL Reference
|
Provides necessary adjustments when a new client is docked in the page control.
procedure DoAddDockClient(Client: TControl; const ARect: TRect); override;
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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|