NumberField object

The NumberField object accesses information for a numeric field in a form.

Properties

Type Access Type Description
Name Read Gets the name of the field.
Value Read/write Get/Set the value of the field.
MinValue Read/write Get/Set the minimum value allowed for the field.
MaxValue Read/write Get/Set the maximum value allowed for the field.
Required Read/write Get/Set whether the field value is required.
HelpMsg Read/write Get/Set the help message for the field.