mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-25 03:19:15 +02:00
Docs: LCL/controls. Removes deprecation notice for TControl.FCompStyle member. Changed in b3833f55
.
(cherry picked from commit 02706556f7
)
This commit is contained in:
parent
c33dd0e392
commit
9d0f7ef9ea
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user