diff --git a/docs/xml/lcl/comctrls.xml b/docs/xml/lcl/comctrls.xml index 9c34a8134b..2024c641a1 100644 --- a/docs/xml/lcl/comctrls.xml +++ b/docs/xml/lcl/comctrls.xml @@ -21611,8 +21611,8 @@ the tool button and its parent tool bar when needed. -Is this button Down (i.e. has it been selected)? Default -False. +Indicates whether the button is in the "Down" state, i. e. has it been +selected. The default value is False.

@@ -21631,7 +21631,18 @@ called to set the button state in the tool bar to the new property value. The button and the tool bar are redrawn following the change.

- + +The implementation was modified in LCL version 2.4 to ensure that an endless +loop is avoided when more than one grouped button a tool bar has its Down +property enabled, or when GroupAllUpAllowed is called. + + + + + + + +