Docs: LCL/controls. Removes deprecation notice for TControl.FCompStyle member. Changed in b3833f55.

(cherry picked from commit 02706556f7)
This commit is contained in:
dsiders 2025-01-31 10:43:03 -05:00
parent c33dd0e392
commit 9d0f7ef9ea

View File

@ -14566,13 +14566,15 @@ control.
</element> </element>
<element name="TControl.FCompStyle"> <element name="TControl.FCompStyle">
<short>Deprecated.</short> <short>
Enables use of the 'IN' operator for component styles.
</short>
<descr> <descr>
<remark> <p>
DEPRECATED. Enables valid use of the <b>'IN'</b> operator (this is a hack for Enables valid use of the <b>'IN'</b> operator (this is a hack for speed). It
speed). It will be replaced by the use of the widgetset classes. So, don't will eventually be replaced by use of the widgetset classes. So, don't use it
use it anymore. anymore... even though some existing LCL code still does.
</remark> </p>
</descr> </descr>
<seealso/> <seealso/>
</element> </element>