diff --git a/docs/xml/lcl/actnlist.xml b/docs/xml/lcl/actnlist.xml index 869f2a7d86..ba07ce1a04 100644 --- a/docs/xml/lcl/actnlist.xml +++ b/docs/xml/lcl/actnlist.xml @@ -1831,7 +1831,8 @@ Calls the inherited method when Action has been assigned. It ensures that an Action is assigned in the class instance before calling the inherited method. It addresses an issue in TBasicActionLink.Update for RTL versions prior to 3.3.1 where the Action was not checked prior to calling the -Update method. +Update method. For those FPC versions, the inherited method is not +called and the return value is always False.