Docs: LazControls/spinex. Removes mentions of compiler version defines in SameValue topics. Depends on 9526343e.

This commit is contained in:
dsiders 2022-09-22 01:56:07 +01:00
parent e3b7917c16
commit 66164ae8da

View File

@ -669,16 +669,13 @@ SameValue is used in the implementation of storage specifiers for the
<var>Increment</var>, <var>MinValue</var>, and <var>MaxValue</var> properties.
</p>
<p>
SameValue is defined when using FPC compiler version 3.2.2 on the Windows
64-bit platform. This method was introduced to ensure that the type
specialization for the class instance is used when value comparisons are
performed. Specifically, it allows the 64-bit compiler on Windows to
determine which of the overloads in <var>Math.SameValue</var> is called for
the <var>Currency</var> type.
This method was introduced to ensure that the type specialization for the
class instance is used when value comparisons are performed.
</p>
</descr>
<version>
Introduced in version 2.2.0.
Introduced in version 2.2.0. Modified in version 2.4 to remove the define
for FPC compiler version.
</version>
<seealso>
<link id="TSpinEditExBase.Increment"/>
@ -1686,16 +1683,13 @@ in the <file>math.pp</file> unit is called to get the return value for the
method.
</p>
<p>
SameValue is defined when using FPC compiler version 3.2.2 on the Windows
64-bit platform. This method was introduced to ensure that the type
specialization for the class instance is used when value comparisons are
performed. Specifically, it allows the 64-bit compiler on Windows to
determine which of the overloads in <var>Math.SameValue</var> is called for
the <var>Currency</var> type.
This method was introduced to ensure that the type specialization for the
class instance is used when value comparisons are performed.
</p>
</descr>
<version>
Introduced in version 2.2.0.
Introduced in version 2.2.0. Modified in version 2.4 to remove the define
for FPC compiler version.
</version>
<seealso>
<link id="TSpinEditExBase.SameValue"/>
@ -2312,14 +2306,11 @@ AValue1 and AValue2 have the same value. The arguments are implemented using
the Int64 type in TCustomSpinEditEx.
</p>
<p>
SameValue is defined when using FPC compiler version 3.2.2 on the Windows
64-bit platform. This method was introduced to ensure that the type
specialization for the class instance is used when value comparisons are
performed.
This method was introduced to ensure that the type specialization for the class instance is used when value comparisons are performed.
</p>
</descr>
<version>
Introduced in version 2.2.0.
Introduced in version 2.2.0. Modified in version 2.4 to remove the FPC version compiler define.
</version>
<seealso>
<link id="TSpinEditExBase.SameValue"/>