MinValue Property
Version: Available or changed with runtime version 1.0.
Sets the minimum numeric value for a field.
Applies to
- Table field
- Page Field
Property Value
Value | Description |
---|---|
0 | Integers |
0.0 | Decimals |
January 1, 0 | Dates |
00:00:00 | Time |
Syntax
MinValue = 0;
Remarks
The field setting is checked during validation. Validation occurs only if the field or control value is updated through the UI, for example, if a value is updated on a page or if a field is updated in a table directly. If a field is updated through application code, then the MinValue property is not validated.