Currency validators
Currency validators test whether the component's value has a valid currency format according to local settings. This validation is performed automatically for all components with a base data type of currency.
| 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 <=. |