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