diff --git a/docs/xml/lcl/forms.xml b/docs/xml/lcl/forms.xml index 76b8640844..fb406d0e7b 100644 --- a/docs/xml/lcl/forms.xml +++ b/docs/xml/lcl/forms.xml @@ -13136,12 +13136,15 @@ The default font used for system task dialogs and controls like TSpeedButton. The names for the available (installed) fonts.

-Fonts is a read-only TStrings property which contains -the names for the fonts found using the EnumFontFamiliesEx -routine for the widgetset. Values in Fonts are sorted alphabetically in -ascending order. +Fonts is a read-only TStringList property which contains +the names for the fonts found using the EnumFontFamiliesEx routine +for the widgetset. Values in Fonts are unique (no duplicates) and sorted +alphabetically in ascending order.

+ +Modified in LCL version 3.2 to use the TStringList type instead of TStrings. +