SELLENGTH Property


PLBCMP GUI Only

 

The SELLENGTH property specifies the number of units to highlight in a SLIDER object or the length of the selected text in a RICHEDITTEXT object. The property uses the following format:

SELLENGTH={value}

Note the following:

  1. SELLENGTH may be used in CREATE, SETPROP, or GETPROP statements of a SLIDER object or in SETPROP or GETPROP statements of a RICHEDITTEXT object.

  2. This property specifies the number of units to highlight in the SLIDER object view when the SELRANGE property is enabled.

  3. It is recommended that the SELLENGTH value be defined in the range specified by the MAX and MIN property values.

  4. The highlighted output does not occur when the SELLENGTH property value plus the SELSTART value is greater than 32767. The highlighted output may not occur if {value} is negative.

  5. The SELLENGTH property is not supported for a SLIDER when using the PL/B Web Server.

 

 

See Also: Object Properties, Object IO Instructions, Object Definitions

 



PL/B Language Reference SELHANGINDENT Property SELPROTECTED Property