Value

Friendly Name Value
API Name Value
Type Long
Restrictions  
Get Function   (dcl-Control-GetValue <CONTROL>)
Set Function   (dcl-Control-SetValue <CONTROL> NewValue [as Long])
Applies To Angle Slider, Check Box, Option Button, Progress Bar, Scroll Bar, Spin Button, Slider

This property represents the current value of the control. The allowable range of values varies depending on the control type.

Control Range Meaning
Angle Slider 0 - 359 Selected angle in degrees
Check Box 0 - 2 0 = Unchecked; 1 = Checked; 2 = Indeterminate
Option Button 0 - 1 0 = Unchecked; 1 = Checked
Progress Bar R(min) - R(max) Current position of progress bar relative to range
Scroll Bar R(min) - R(max) Current position of scroll button relative to range
Spin Button R(min) - R(max) Current value of spin button
Slider R(min) - R(max) Current position of slider