WinStudio
Numeric validators test for numeric values. A Numeric validator ensures that the value entered in a component is a number. You can use the following attributes to specify valid numeric ranges and whether decimal values are allowed:
Attribute | Description |
---|---|
> |
The component's value must be greater than the specified value. |
< |
The component's value must be less than the specified value. |
>= |
The component's value must be greater than or equal to the specified value. |
<= |
The component's value must be less than or equal to the specified value. |
= |
The component's value must be equal to the specified value. |
<> |
The component's value must not be equal to the specified value. |
Minimum |
The same as >=. |
Maximum |
The same as <=. |
Integer |
The component's value must be a whole number. Decimal portions are not allowed. |
DBCS |
The double-byte character set allowed for this entry. By default, none is specified so WinStudio does not check for character sets.
|