mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 23:38:02 +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 name="TControl.FCompStyle">
|
||||
<short>Deprecated.</short>
|
||||
<short>
|
||||
Enables use of the 'IN' operator for component styles.
|
||||
</short>
|
||||
<descr>
|
||||
<remark>
|
||||
DEPRECATED. Enables valid use of the <b>'IN'</b> operator (this is a hack for
|
||||
speed). It will be replaced by the use of the widgetset classes. So, don't
|
||||
use it anymore.
|
||||
</remark>
|
||||
<p>
|
||||
Enables valid use of the <b>'IN'</b> operator (this is a hack for speed). It
|
||||
will eventually be replaced by use of the widgetset classes. So, don't use it
|
||||
anymore... even though some existing LCL code still does.
|
||||
</p>
|
||||
</descr>
|
||||
<seealso/>
|
||||
</element>
|
||||
|
Loading…
Reference in New Issue
Block a user