Check whether a values falls within the allowed range.
Source position: db.pas line 1009
public function TBCDField.CheckRange( |
AValue: Currency |
):Boolean; |
AValue |
|
Value to check. |
True if AValue falls in the allowed range of values.
CheckRange returns True if AValue lies within the range defined by the MinValue and MaxValue properties. If the value lies outside of the allowed range, then False is returned.
|
Maximum value for the field. |
|
|
Minimum value for the field. |