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

TLongWordField.MaxValue

Maximum field value

Declaration

Source position: db.pas line 681

published property TLongWordField.MaxValue : LongWord
  read FMaxValue
  write SetMaxValue
  default 0;

Description

MaxValue is the maximum value the field contents can have. It is checked when setting the field value. By default it is set to High(LongWord) but you can set it to a smaller value to limit the range of allowed values.

See also

MinValue

  

Minimum field value

CheckRange

  

Checkif a value is in the allowed range


Documentation generated on: Feb 20 2022