[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Adds Client as a child control which fills the entire area for the docked form.
Source position: forms.pp line 961
protected procedure TCustomDockForm.DoAddDockClient( |
Client: TControl; |
const ARect: TRect |
); override; |
Client |
|
Control added to the docked form instance. |
ARect |
|
Not used in the current implementation. |
DoAddDockClient is an overridden method used to add the control in Client to the docked form. It calls the inherited method on entry to set the Parent in Client to the current class instance. It sets the Align property in Client to alAlign to align the control to the bounds for the docked form. Values in the BorderSpacing property in Client are reset to 0; the current class instance provides the BorderSpacing values for the docked control. At run-time, the Visible property is set to True to display the docked form after the Client has been added.
|
Adjust the Parent of a newly docked Client. |
Version 4.0 | Generated 2025-05-03 | Home |