diff --git a/docs/xml/lcl/controls.xml b/docs/xml/lcl/controls.xml
index 013e6b5215..dcfde10353 100644
--- a/docs/xml/lcl/controls.xml
+++ b/docs/xml/lcl/controls.xml
@@ -962,8 +962,8 @@ mrLast=mrYesToAll=10
The base class for the canvas property of several graphic controls, such as TGraphicControl and TCustomControl
-
-
+ TGraphicControl
+ TCustomControl
TCanvas
@@ -997,11 +997,15 @@ mrLast=mrYesToAll=10
-
-
+
+
+ CreateFont - creates font by calling inherited CreateFont
+
-
+
+ TFPCustomCanvas.CreateFont
+
@@ -1902,11 +1906,11 @@ mrLast=mrYesToAll=10
-
- TDragDockObject - a drag object that is destined for docking
+
+ TDragDockObject - a drag object that is destined for docking
@@ -3230,11 +3234,14 @@ mrLast=mrYesToAll=10
-
-
+
+
+ Create - constructor for TAnchorSide: calls inherited Create, copies arguments to local variables and sets default anchor to Top
-
+
+ TObject.Create
+
@@ -3613,8 +3620,7 @@ mrLast=mrYesToAll=10
- TControl
- - the main ancestor class for visual controls.
+ TControl - the main ancestor class for visual controls.
Properties defined here can be overridden by descendant classes.
-
-
+ TLCLComponent
+ TComponent
@@ -6884,7 +6890,7 @@ mrLast=mrYesToAll=10
-
+ BeginDrag - starts the dragging of a control. In this version BringToFront applies
@@ -8113,22 +8119,29 @@ Reads message from flag area, or stores a message
-
-
+
+
+ Assign - if source is the same type as current control, copies a large number of explicit properties from source, else calls inherited Assign
+
-
+
+ TPersistent.Assign
+
-
-
+
+
+ AssignTo - calls the Assign method for the destination control
-
+
+ TPersistent.AssignTo
+
@@ -10765,8 +10778,8 @@ If the TabStop is True, the control is in the tab order. If TabStop is False, th
-
- ControlAtPos - the identity of the control located at the specified point
+
+ ControlAtPos - the identity of the control located at the specified point
Pos
@@ -10776,8 +10789,8 @@ If the TabStop is True, the control is in the tab order. If TabStop is False, th
-
- ControlAtPos - the identity of the control located at the specified point
+
+ ControlAtPos - the identity of the control located at the specified point
Pos
@@ -10802,8 +10815,8 @@ If the TabStop is True, the control is in the tab order. If TabStop is False, th
-
- ControlAtPos - the identity of the control located at the specified point
+
+ ControlAtPos - the identity of the control located at the specified point
Pos
@@ -11525,7 +11538,7 @@ descendants to do the actual painting
Overrides ancestor destructors, may be overridden
-
+ TControl.Destroy
TWinControl.Destroy
@@ -12107,7 +12120,7 @@ and that description should be read to understand their definitions more fully.
-
+ TDockManager
@@ -12487,11 +12500,24 @@ and that description should be read to understand their definitions more fully.
-
+
+
+ Create - constructor for TMouse: calls inherited Create
+
+
+ TObject.Create
+
+
-
+ Can be a locally defined method to override the method specified by the parent object
+
+ Destroy - destructor for TMouse: calls inherited Destroy
+
+
+ TObject.Destroy
+
@@ -13317,11 +13343,14 @@ and that description should be read to understand their definitions more fully.
-
-
+
+
+ Create - constructor fro TDragObject: copies AControl to local variable
-
+
+ TObject.Create
+
@@ -13504,11 +13533,14 @@ and that description should be read to understand their definitions more fully.
-
-
+
+
+ Create - constructor for TDragManager: calls inherited Create and sets default drag threshold; sets DragImmediate True
-
+
+ TComponent.Create
+
@@ -13580,7 +13612,8 @@ and that description should be read to understand their definitions more fully.
-
+
+ DragMove - method for dragging to specified position (virtual method - needs to be supplied by user)
@@ -13769,11 +13802,15 @@ and that description should be read to understand their definitions more fully.
-
-
+
+
+ Destroy - destructor for TAnchorSide: removes all anchoring links then calls inherited Destroy
+
-
+
+ TPersistent.Destroy
+
@@ -15579,6 +15616,34 @@ and that description should be read to understand their definitions more fully.
AddSibling - insers a new sibling control into the dock zone
+
+
+ DumpLayout - stores layout in a file
+
+
+
+ SetLimitBegin - specifies the limit for the beginning of the zone
+
+
+
+ SetLimitSize - specifies the limit for the size of the zone
+
+
+
+ SetHeight - specifies the height of the zone
+
+
+
+ SetLeft - specifies the left side of the zone
+
+
+
+ SetTop - specifies the top of the zone
+
+
+
+ SetWidth - specifies the width of the zone
+
diff --git a/docs/xml/lcl/lclclasses.xml b/docs/xml/lcl/lclclasses.xml
index 3f188df4a5..19b8b8d3dc 100644
--- a/docs/xml/lcl/lclclasses.xml
+++ b/docs/xml/lcl/lclclasses.xml
@@ -49,7 +49,7 @@
-
+ TComponent.Destroying
@@ -59,7 +59,7 @@
-
+ TObject.NewInstance
@@ -102,6 +102,9 @@
Destroy the reference, then perform inherited Destroy
+
+ TLCLComponent.Destroy
+