diff --git a/docs/xml/lcl/comctrls.xml b/docs/xml/lcl/comctrls.xml index 013f657454..1c1902f664 100644 --- a/docs/xml/lcl/comctrls.xml +++ b/docs/xml/lcl/comctrls.xml @@ -10586,14 +10586,16 @@ ButtonHeight - the height of the buttons - +

Use 0 for autosized value

Use GetRealButtonHeight for real value.

+
ButtonWidth - the width of the buttons - +

Use 0 for autosized value

Use GetRealButtonWidth for real value.

+
@@ -16618,7 +16620,8 @@ If Images.HasOverlays then it is fetched from Images via Images.Overlay(Node.Ove - +

Use 0 for autosized value.

Use GetRealIndent for real value.

+
Size in pixels by which each nested branching level is to be indented.
@@ -18713,7 +18716,8 @@ If Images.HasOverlays then it is fetched from Images via Images.Overlay(Node.Ove Show/Hide caption The ToolBar.ShowCaptions has precendence. Hiding will only work if ToolBar.List is true. - Width of the drop down arrow button.Use a negative value (-1) for theme default. + Width of the drop down arrow button.

Use 0 for autosized value

Use GetRealDropDownWidth for real value.

+
Executed when user clicked the arrow part for Style=tbsDropDown.It is not executed if DropDownMenu is assigned. Invokes the OnArrowClick event handlerExecuted automatically when user clicked the arrow part for Style=tbsDropDown and no DropDownMenu is assigned. @@ -18732,6 +18736,8 @@ If Images.HasOverlays then it is fetched from Images via Images.Overlay(Node.Ove Size of expand/collapse (fold/unfold) symbol. +

Use 0 for autosized value.

Use GetRealExpandSignSize for real value.

+
Allow to select several tree-items at a time, e.g. using Ctrl+click (select one item more) or Shift+click (select range of items). Additional options for MultiSelect property. Color used to paint text of selected item. diff --git a/docs/xml/lcl/grids.xml b/docs/xml/lcl/grids.xml index 9679320cd1..557f59f0b1 100644 --- a/docs/xml/lcl/grids.xml +++ b/docs/xml/lcl/grids.xml @@ -4042,9 +4042,7 @@ Application developers should use the Default value for the width of newly created grid columns. - -

If new columns of the grid are created by changing the ColCount property, the width of these new columns will be set to the value of the DefaultColWidth property.

-

After that the user may redefine this value. If the Options property includes the appropriate value, the column width may also be changed by the user at runtime.

+

If new columns of the grid are created by changing the ColCount property, the width of these new columns will be set to the value of the DefaultColWidth property.

Use 0 for autosized width.

Use GetRealDefaultColWidth for real value.

@@ -4053,9 +4051,7 @@ Application developers should use the Default value for the height of newly created grid rows. - -

If new rows of the grid are created by changing the RowCount property, the height of these new rows will be set to the value of the DefaultRowHeight property.

-

After that the user may redefine this value. If the Options property includes the appropriate value, the row height may also be changed by the user at runtime.

+

If new rows of the grid are created by changing the RowCount property, the height of these new rows will be set to the value of the DefaultRowHeight property.

Use 0 for autosized height.

Use GetRealDefaultRowHeight for real value.