UPDOWNMAX Property
8.7C, PLBCMP GUI Only
The UPDOWNMAX property defines the maximum value of an UpDown control associated with an EDITNUMBER object. The property uses the following format:
UPDOWNMAX={value}
Note the following:
UPDOWNMAX may be used in CREATE, SETPROP, or GETPROP statements for EDITNUMBER objects.
If the maximum value is exceeded while using the control, the value wraps to the minimum value.
If no value is specified when the EDITNUMBER is created, a value of one hundred (100) is assumed.
See Also: Object Properties, Object IO Instructions, Object Definitions
![]() |