diff --git a/docs/xml/lcl/controls.xml b/docs/xml/lcl/controls.xml index abc4478d5f..f3a0bec679 100644 --- a/docs/xml/lcl/controls.xml +++ b/docs/xml/lcl/controls.xml @@ -2634,7 +2634,7 @@ the values for internal members in the class instance. GetHotSpot is an overridden TPoint function which gets the HotSpot for the image list resolution. GetHotSpot uses the value from the DragHotspot property. It contains the screen -coordinates where the Drag and Drop operation was started. X is is the +coordinates where the Drag and Drop operation was started. X is the horizontal position, and Y is the vertical position in the TPoint type.
@@ -17886,10 +17886,10 @@ WMLButtonTripleClk, WMLButtonQuadClk, et. al.ClientHeight is an Integer property with the number of -pixels needed for client area on the control. The property contains the value -from the Bottom member in ClientRect. Changing the value for ClientHeight -causes SetClientSize to be called to apply the existing ClientWidth and the -new value for the property. +pixels needed for the vertical client area on the control. The property +contains the value from the Bottom member in ClientRect. Changing the value for +ClientHeight causes SetClientSize to be called to apply the existing +ClientWidth and the new value for the property.
The value for ClientHeight is not stored or used to set the Height for the @@ -17898,10 +17898,29 @@ is restored and when auto-layout policies using Anchors are applied to the control. For example, when Anchors is set to [akBottom] the value in ClientHeight is needed / used.
++Use ClientWidth to access the number of pixels needed for the horizontal client +area on the control. +
ClientWidth is an Integer property with the number of -pixels need for the width of the client area on the control. The property -contains the value from the Right member in ClientRect. Changing the value +pixels need for the horizontal client area on the control. The property +contains the value from the Right member in ClientRect. Changing the value for ClientWidth causes SetClientSize to be called to apply the new property value and the existing ClientHeight for the control.
@@ -17982,10 +18001,27 @@ is restored and when auto-layout policies using Anchors are applied to the control. For example, when Anchors is set to [akRight] the value in ClientWidth is needed / used. ++Use ClientHeight to access the number of pixels needed for the vertical client +area on the control. +
-Height is an Integer property with the vertical size for the control in -pixels. +Height is an Integer property with the vertical size for +the control in pixels.
Setting a negative value in Height is not allowed, and the property defaults @@ -18839,9 +18877,8 @@ IDE).
Setting a new value for the property causes SetBounds and ChangeBounds to be -called. This ensures that the new value is is the range allowed in -Constraints, and that the control is aligned on its Parent using the Anchors -for the control. +called. This ensures that the new value is in the range allowed in Constraints, +and that the control is aligned on its Parent using the Anchors for the control.
A value assigned to Height is ignored when AutoSize is set to True; @@ -18853,8 +18890,22 @@ Values in Top, Left, Width, and Height are used to calculate the display area for the control in GetClientRect. They determine the clipping rectangle used when the control is drawn on its Parent.
+Width is an Integer property with the horizontal size @@ -18942,9 +18995,8 @@ to 0 (zero). At design-time, setting Width to a value not in the range
Setting a new value for the property causes SetBounds and ChangeBounds to be -called. This ensures that the new value is is the range allowed in -Constraints, and that the control is aligned on its Parent using the Anchors -for the control. +called. This ensures that the new value is in the range allowed in Constraints, +and that the control is aligned on its Parent using the Anchors for the control.
A value assigned to Width is ignored when AutoSize is set to True; the @@ -18955,8 +19007,21 @@ Values in Top, Left, Width, and Height are used to calculate the display area for the control in GetClientRect. They determine the clipping rectangle used when the control is drawn on its Parent.
+