Docs: LCL/forms. Updates TScreen.Fonts topic for changes in db95c28d.

This commit is contained in:
dsiders 2024-02-09 03:51:02 +00:00
parent 890f92e33e
commit eb80a21f08

View File

@ -13136,12 +13136,15 @@ The default font used for system task dialogs and controls like TSpeedButton.
<short>The names for the available (installed) fonts.</short>
<descr>
<p>
<var>Fonts</var> is a read-only <var>TStrings</var> property which contains
the names for the fonts found using the <var>EnumFontFamiliesEx</var>
routine for the widgetset. Values in Fonts are sorted alphabetically in
ascending order.
<var>Fonts</var> is a read-only <var>TStringList</var> property which contains
the names for the fonts found using the <var>EnumFontFamiliesEx</var> routine
for the widgetset. Values in Fonts are unique (no duplicates) and sorted
alphabetically in ascending order.
</p>
</descr>
<version>
Modified in LCL version 3.2 to use the TStringList type instead of TStrings.
</version>
<seealso/>
</element>