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