diff --git a/docs/xml/lcl/controls.xml b/docs/xml/lcl/controls.xml index d00903e3f4..0233e23c74 100644 --- a/docs/xml/lcl/controls.xml +++ b/docs/xml/lcl/controls.xml @@ -10573,6 +10573,21 @@ Always returns 0 (zero) in TControl. The Palette handle, zero (no Palette) by default. + + +Gets the value for the ParentBackground property. + + + + + + + + +Value for the ParentBackground property. + + + Returns True if the specified class is allowed for children of this @@ -11018,6 +11033,21 @@ in the LCL translation facilities. New value for the the Parent property. + + +Sets the value for the ParentBackground property. + + + + + + + + +New value for the ParentBackground property. + + + Sets the value in the Parent property when the new parent component is a @@ -12146,6 +12176,39 @@ application controls will work properly so long. + + +Indicates if the control uses the background color from its Parent control. + + +

+ParentBackground is a Boolean property which indicates +if the background color from the Parent control is used as the +background color for the current control instance. +

+

+ParentBackground is True when csParentBackground is +included in the ControlStyle property. Setting the value in +ParentBackground causes ControlStyle to be updated to include or exclude the +csParentBackground enumeration value; it is included when the property is set +to True. +

+

+ParentBackground and ParentColor are updated when a new value is assigned to +the Color property. The properties are set to False when an explicit +color is assigned to the Color property. +

+
+ + + + + + + + +
+ Use the Color from the Parent control, when enabled. @@ -21334,17 +21397,6 @@ method. - -Gets the value for the ParentBackground property. - - - - - - -Value for the property. - - Sends the mouse message to a child control. @@ -21780,17 +21832,6 @@ Updates the position of the child control in the Z plane (i.e. front-to-back). New ordinal position for the control in the Controls property. - -Sets the value for the ParentBackground property. - - - - - - -New value for the ParentBackground property. - - Displays the control on its Parent. @@ -21986,31 +22027,6 @@ default. - - -Indicates if the control uses the background for its Parent control. - - -

-ParentBackground is a Boolean property which indicates -if the background for the Parent control is drawn as the -background for the current control instance. -

-

-ParentBackground is True when csParentBackground is -included in the ControlStyle property. Setting the value in -ParentBackground causes ControlStyle to be updated to include or exclude the -csParentBackground enumeration value; it is included when True. -

-
- - - - - - -
- Width of the Border around the control; default is zero.