diff --git a/docs/xml/lcl/controls.xml b/docs/xml/lcl/controls.xml
index 4a2cce3303..8034d212bd 100644
--- a/docs/xml/lcl/controls.xml
+++ b/docs/xml/lcl/controls.xml
@@ -5382,7 +5382,7 @@ Reads logical (boolean) flag to see whether auto-sizing is to be operated, or wr
Performs checks that there is already a valid host control to which the present control is to be docked, removes old controls from the list of docked controls and adds the new control to the list, then calls DoDock to perform the actual docking process
to which the present control is to be docked,
removes old controls from the list of docked controls
and adds the new control to the list,
then calls DoDock to perform the actual docking process{------------------------------------------------------------------------------
function TControl.ManualDock(NewDockSite: TWinControl; DropControl: TControl;
ControlSide: TAlign): Boolean;
@@ -5409,7 +5409,7 @@ Reads logical (boolean) flag to see whether auto-sizing is to be operated, or wr
If DropControl is nil, then DropControl becomes a normal child of NewDockSite
and ControlSide is ignored.
------------------------------------------------------------------------------}
-
+
By default, the Caption appears the same as the control Name in the Object Inspector,
and the developer needs to set it explicitly to some new text.
Gets caption as a text-string (GetText), or stores the new caption (SetText). Shows flag if caption is stored (IsCaptionStored).
* The VCL implementation relies on the virtual Get/SetTextBuf to * exchange text between widgets and VCL. This means a lot of @@ -6160,7 +6160,7 @@ Gets caption as a text-string (GetText), or stores the new caption (SetText). Sh * compatibility. -
The TGraphicsControl.Canvas is a clipping window to the parent -canvas. ++TGraphicControl, you must query the ClientRect.The TGraphicsControl.Canvas is a clipping window to the parent canvas. If you ask for the Canvas.Width or Canvas.Height, you are actually getting the parent control's Canvas dimensions. To get the dimensions of the -TGraphicControl, you must query the ClientRect.