|
RAD Studio VCL Reference
|
Performs actions when a control is docked to the form.
procedure DoAddDockClient(Client: TControl; const ARect: TRect); override;
virtual __fastcall DoAddDockClient(TControl * Client, const TRect ARect);
DoAddDockClient sets the client's Align property to alNone and its BoundsRect property to ClientRect. Then DoAddDockClient calls the inherited DoAddDockClient method and sets the form's AutoSize property to true.
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|