Value property


Available for Check, Radio, HScroll, VScroll, ProgressBar, Slider and UpDown objects.

Read/Write at design time
Read only at run time

Specifies the value or state of the object.

For Check and Radio objects, this property may have one of the following values:

0 UncheckedObject is unselected (default)
1 CheckedObject is selected

For HScroll, VScroll, ProgressBar, Slider and UpDown objects the value of this property must be betwen the minimum and maximum values (MinValue and MaxValue properties).