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