NumberField object

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

Properties

TypeAccess TypeDescription
NameReadGets the name of the field.
ValueRead/writeGet/Set the value of the field.
MinValueRead/writeGet/Set the minimum value allowed for the field.
MaxValueRead/writeGet/Set the maximum value allowed for the field.
RequiredRead/writeGet/Set whether the field value is required.
HelpMsgRead/writeGet/Set the help message for the field.