diff --git a/docs/xml/lcl/lclintf.xml b/docs/xml/lcl/lclintf.xml
index b04c35588e..aa9c556cf9 100644
--- a/docs/xml/lcl/lclintf.xml
+++ b/docs/xml/lcl/lclintf.xml
@@ -4659,24 +4659,25 @@ Copies two words into a double word, usable as a message Result.
-Move Left/Right by dx, Top/Bottom by dy. Return Top and Left are >=
-0.
+
+Deprecated. Use the OffsetRect routine in the RTL types.pp unit
+instead.
-
+
+
+In the current LCL version, OffsetRect calls the routine in the RTL
+types.pp unit.
+
+
+
+Deprecated in LCL version 2.4.0.
+
-
-False if resulting Top or Left are negative.
-
-
-
-
-
-
-
-
-
-
+
+
+
+Checks whether a Point is within a Rect.