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 Dock - Procedure governing Docking of Control - 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
+

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

An exception is raised if there is already a docking process in progress for this control
@@ -5397,7 +5397,7 @@ Reads logical (boolean) flag to see whether auto-sizing is to be operated, or wr ManualDock - permits operator-defined docking - +

{------------------------------------------------------------------------------
   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.
 ------------------------------------------------------------------------------}
-
+

@@ -6144,7 +6144,7 @@ Bounding rectangle (top-left, bottom-right) is defined in TRect Caption - the text-string appearing on the Control, usually used to identify its function - 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.

+

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.
  
 
-
+

@@ -9228,12 +9228,10 @@ paint requests received by the parent control. A clipping window to the parent canvas. - -
The TGraphicsControl.Canvas is a clipping window to the parent 
-canvas.
+        

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.

+TGraphicControl, you must query the ClientRect.