| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Maximum value for the field
Source position: db.pas line 594
 published property TLongintField.MaxValue : LongInt  | 
MaxValue is the maximum value for the field. When setting the field's value, the value may not be larger than MaxValue. Any attempt to write a larger value as the field's content will result in an exception. By default MaxValue equals MaxInt, i.e. any integer value is allowed.
  | 
Minimum value for the field  |