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

TLongWordField.CheckRange

Checkif a value is in the allowed range.

Declaration

Source position: db.pas line 706

public function TLongWordField.CheckRange(

  AValue: LargeInt

):Boolean;

Arguments

AValue

  

Value to test.

Function result

True if aValue is in the allowed range.

Description

CheckRange checks whether aValue is in the range of allowed values. This is normally [0..High(LongWord)], unless specified otherwise in MinValue or MaxValue

See also

MinValue

  

Minimum field value.

MaxValue

  

Maximum field value.


Documentation generated on: Jan 30 2024