diff --git a/docs/xml/lcl/comctrls.xml b/docs/xml/lcl/comctrls.xml
index 877a70a3dd..5ef722b8aa 100644
--- a/docs/xml/lcl/comctrls.xml
+++ b/docs/xml/lcl/comctrls.xml
@@ -917,7 +917,6 @@
TComponent.Destroy
- TCustomPage.Destroy
@@ -2129,7 +2128,6 @@
TStrings.Destroy
- TTabControlStrings.Destroy
@@ -5849,7 +5847,7 @@
Create - constructor for TCustomListView: calls inherited Create then initialises columns, the list of items, the canvas and properties and some formats and styles
TComponent.Create
- WinControl.Create
+ TWinControl.Create
@@ -5864,7 +5862,7 @@
TComponent.Destroy
- WinControl.Destroy
+ TWinControl.Destroy
@@ -6468,7 +6466,7 @@
TComponent.Create
- TWinControlCreate
+ TWinControl.Create
@@ -7268,7 +7266,7 @@
- TWinControlCreate - constructor for TCustomUpDown: calls inherited Create, initialises orientation, max and min, bounds, size and alignment
+ Create - constructor for TCustomUpDown: calls inherited Create, initialises orientation, max and min, bounds, size and alignment
@@ -7283,7 +7281,7 @@
- Destroy destructor for TCustomUpDown: removes connection with associate control and calls inherited Destroy
+ Destroy - destructor for TCustomUpDown: removes connection with associate control and calls inherited Destroy