You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add warning to potentially buggy snippet meta data
The `TRangeEx` advanced record had a warning added to its extra
information re buggy behaviour if the range's lower bound was set
greater than the upper bound.
Copy file name to clipboardExpand all lines: collection/structs.ini
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -232,6 +232,7 @@ FPC=Y
232
232
[TRangeEx]
233
233
Kind=class
234
234
DescEx="<p>Encapsulates a range of integers with a methods to test whether a value falls within the range and to adjust the value to fit.</p>"
235
+
Extra="<p><warning>Warning:</warning> It is up to the caller to ensure that the <var>Min</var> field is always less than or equal to the <var>Max</var> field otherwise the <var>Constrain</var> method will return crazy values and <var>Contains</var> will always return False .</p>"
0 commit comments