diff --git a/docs/xml/lcl/comctrls.xml b/docs/xml/lcl/comctrls.xml index 0b599ff527..a3dac6118a 100644 --- a/docs/xml/lcl/comctrls.xml +++ b/docs/xml/lcl/comctrls.xml @@ -458,7 +458,11 @@ not derived from TStatusPanels, the return value is Nil. Alignment - whether left- or right-justified or centered. -Only supported on Windows. + + +Only supported for the Windows platform. + + @@ -4512,7 +4516,7 @@ multiple tabs can be simultaneously selected on the tab control. When set to True, additional tabs can be selected by holding Shift or Ctrl when the mouse button is clicked.

-For the macOS Carbon widgetset, the MultiSelect property is not supported. +The MultiSelect property is not supported for the macOS Carbon and Cocoa, GTK2, GTK3, QT4, QT5, and QT6 widgetsets. @@ -4900,7 +4904,7 @@ See for the other values for the property and their meanings.

-Use of the Style property to control tab appearance is a platform-spcific +Use of the Style property to control tab appearance is a platform-specific feature, and is not supported for all of the LCL widgetsets. @@ -14779,6 +14783,9 @@ property in the list view control. Use the indexed Column property to access a column definition by its ordinal position in the Columns collection.

+ +The Columns property is not supported for the GTK2 widgetset. + @@ -14831,6 +14838,9 @@ causes the widgetset class to be updated with the new value. The Windows API documentation recommends setting HideSelection to False if the application uses Accessibility roles and descriptions. + +HideSelection is not supported for the QT4, QT5, and QT6 widgetsets. + @@ -15190,7 +15200,8 @@ perform actions like setting the state image index for a list item when a list item is modified.

-For the macOS Carbon widgetset, the StateImages property is not supported. +The StateImages property is not supported for the macOS Carbon, Cocoa, +GTK2, QT4, QT5, and QT6 widgetsets.