The minimum allowed value of a field.

Property of

DbfField, PdxField

Description

minimum specifies the minimum allowed value of the field represented by the field object. A blank value indicates no minimum. The minimum is the same data type as the field, except for numeric fields that have no minimum; in that case, minimum is null.

Only character, date, and numeric fields (all variations) have a minimum. DBF tables must be level 7 to support minimum.

If you dataLink a SpinBox component to a field with a minimum, that value becomes the default rangeMin property of that component.