diff --git a/docs/xml/lcl/controls.xml b/docs/xml/lcl/controls.xml index c43bab2831..93a9b82dac 100644 --- a/docs/xml/lcl/controls.xml +++ b/docs/xml/lcl/controls.xml @@ -26168,14 +26168,18 @@ TabOrder, False for the preceding control. Finds a child control with the specified name. - - + +

Only finds direct children, no recursion. The name is case insensitive.

+

Note that unique names are not guaranteed for components created in code +(if they have different owners). Therefore, only the first matching control +will be returned.

+
-True when the control has been found. +Control with the given name or nil. -The Name of the control to find. +The name of the control to find (case insensitive).