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:

  1. UPDOWNMAX may be used in CREATE, SETPROP, or GETPROP statements for EDITNUMBER objects.

  2. If the maximum value is exceeded while using the control, the value wraps to the minimum value.

  3. 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

 



PL/B Language Reference UPDOWNCHANGE Property UPDOWNMIN Property