Minimum field value.
Source position: db.pas line 710
published property TLongWordField.MinValue : LongWord |
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.
|
Maximum field value. |
|
|
Checkif a value is in the allowed range. |