FlexNumericStepperFunctions

Last Updated:

Actions for working with Flex NumericStepper objects


[How To Read This Reference]
SetValue
RJ
Action to set the value of the stepper according to its StepperValue. Currently, this component function is for Flex NumericStepper only.

FlexNumericStepperFunctions::SetValue
RJ

Action to set the value of the stepper according to its StepperValue. Currently, this component function is for Flex NumericStepper only.


Fields: [ ]=Optional with Default Value
  1. StepperValue
    The value of the stepper to set.

    The value of the stepper to set.

Examples:
  • T, FLEXWINDOW, FlexNumericStepper, SetValue, 3
    This action sets the value of the stepper to 3.


[How To Read This Reference]