diff --git a/docs/xml/lcl/forms.xml b/docs/xml/lcl/forms.xml
index 39ec75b338..3335238628 100644
--- a/docs/xml/lcl/forms.xml
+++ b/docs/xml/lcl/forms.xml
@@ -216,7 +216,7 @@ Modified in LCL 2.4 to be an alias to TCloseAction in System.UITypes for FPC
TCustomForm.OnClose
@@ -238,48 +238,48 @@ Uncomment when the topic exists in RTL documentation.
-Represents the caNone enumeration value in TCloseAction.
+Represents the caNone enumeration value in TCloseAction.
Added in LCL 2.4 as an alias to the constant in SystemUITypes for FPC 3.3.0 or
-higher.
+higher.
-Represents the caHide enumeration value in TCloseAction.
+Represents the caHide enumeration value in TCloseAction.
Added in LCL 2.4 as an alias to the constant in SystemUITypes for FPC 3.3.0 or
-higher.
+higher.
-Represents the caFree enumeration value in TCloseAction.
+Represents the caFree enumeration value in TCloseAction.
Added in LCL 2.4 as an alias to the constant in SystemUITypes for FPC 3.3.0 or
-higher.
+higher.
-Represents the caMinimize enumeration value in TCloseAction.
+Represents the caMinimize enumeration value in TCloseAction.
Added in LCL 2.4 as an alias to the constant in SystemUITypes for FPC 3.3.0 or
-higher.
+higher.
@@ -7206,6 +7206,9 @@ form, the icon for the Application is used.
Assigning a new value to Icon causes existing icon handles to be freed, and
the widgetset class is notified to re-create the icon handles.
+
+For the macOS Carbon widgetset, a form-level Icon is not supported.
+
@@ -8022,6 +8025,9 @@ use of the platform rules. Any given value assigned to either ShowInTaskBar
or in Application.TaskBarBehavior can be overridden at run-time based on the
capabilities for the widgetset or the display manager.
+
+For the macOS Carbon widgetset, ShowInTaskBar is not supported.
+
@@ -13107,9 +13113,20 @@ provides support for hints and content-sensitive help for forms and controls
used in the application. Convenience methods, like MessageBox, are
provided to simplify access to dialogs and error messages in the application.
+
+For the macOS Carbon widgetset, an application is executed via the Application
+Bundle. As a result, command line parameters are not available to the
+application instance. The OnDropFiles event handler must be used to detected
+when associated files need to be opened.
+
-
+
+
+ParamStrUTF8
+TCustomApplication.ExeName
+TCustomApplication.Params
+TCustomApplication.ParamCount
@@ -17308,6 +17325,11 @@ application. It is signalled from the IntfDropFiles method, and
occurs after the corresponding method for the form that is the drop target
has been notified from the window processing loop.
+
+For the macOS Carbon widgetset, the OnDropFiles event is fired when a file is
+dropped on the Application dock icon or opened via Finder (when associated).
+The event must be enabled in the Application Bundle.
+
@@ -17550,6 +17572,10 @@ the file name (without path information) for the application executable file.
Write access ensures that a new value for the property is applied to the
widgetset class using its AppSetTitle method.
+
+For the macOS Carbon widgetset, Title cannot be changed at run-time. It must
+be changed in the Application Bundle.
+
TCustomApplication.Title