mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-31 17:40:30 +02:00
Docs: LCL/spin. Corrects content in TCustomFloatSpinEdit.GetLimitedValue.
(cherry picked from commit 59fae3d727
)
This commit is contained in:
parent
991a5bbf25
commit
1ff6697784
@ -329,7 +329,7 @@
|
||||
</short>
|
||||
<descr>
|
||||
<p>
|
||||
The return value contains the value from AValue after it has been limited to the range in the MinValue and MaxValue properties. This action does not occur when MaxValue has the same value as MinValue, or is smaller than MinValue.
|
||||
The return value is set to AValue and limited to the range in the MinValue and MaxValue properties. This occurs when MaxValue has a value that is larger than MinValue. No constraints are applied when MinValue and MaxValue have the the same value, or when MaxValue is smaller than MinValue.
|
||||
</p>
|
||||
<remark>
|
||||
Delphi does not constrain the value when MinValue and MaxValue are the same, but does if MaxValue is smaller than MinValue.
|
||||
|
Loading…
Reference in New Issue
Block a user