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