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

TLongWordField.MinValue

Minimum field value

Declaration

Source position: db.pas line 704

published property TLongWordField.MinValue : LongWord
  read FMinValue
  write SetMinValue
  default 0;

Description

MinValue is the minimum value the field contents can have. It is checked when setting the field value. By default it is set to Low(LongWord) (Zero) but you can set it to a larger value to limit the range of allowed values.

See also

MaxValue

  

Maximum field value

CheckRange

  

Checkif a value is in the allowed range


Documentation generated on: Sep 29 2022