Unit 'DB' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

TBCDField.CheckRange

Check whether a values falls within the allowed range.

Declaration

Source position: db.pas line 1003

public function TBCDField.CheckRange(

  AValue: Currency

):Boolean;

Arguments

AValue

  

Value to check.

Function result

True if AValue falls in the allowed range of values.

Description

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.

See also

MaxValue

  

Maximum value for the field.

MinValue

  

Minimum value for the field.


Documentation generated on: Jul 24 2023