Home Search

DriveWorks Pro 21
Maximum

Send Feedback

Maximum

The Maximum property limits the maximum value of the control.

Property Type: Dynamic

Default Value: 100

Hierarchical Reference: ControlNameMax

To Change the Default Value

The default value of the property can be changed by any of the following methods:

  • Enter the required rule or value directly into the property field.
    1. Click in the property for the control to be changed.
    2. Type the required rule or value directly into the property field.
  • Activate the rule builder.
    1. Click in the property for the control to be changed.
    2. Click the build button at the end of the property field to launch the rule builder .
    3. Enter the rule in the rule editor and click OK to apply.

Examples

Maximum Property ValueResult
2750Limits the maximum value that can be entered to 2750.
If(LengthReturn>3950,775,375)Limits the maximum value that can be entered to 775, when LengthReturn is greater than 3950. Otherwise the maximum value will be 375.

Value can be controlled by a rule.