Home Search

DriveWorks Pro 21
Minimum

Send Feedback

Minimum

The Minimum property limits the minimum value of the control.

Property Type: Dynamic

Hierarchical Reference: ControlNameMin

Default Value: 0

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

Minimum Property ValueResult
375Limits the minimum value that can be entered to 375.
If(LengthReturn<500,100,200)Limits the minimum value that can be entered to 100, when LengthReturn is less than 500. Otherwise the minimum value will be 200.

Value can be controlled by a rule.