From 49b437e2e59ce13988ce02e98ffbbd638b73e3f8 Mon Sep 17 00:00:00 2001
From: dsiders
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.
+