Value: Boolean;
The Value property determines values of the VALUE parameter in binding string.
The VALUE parameter determines current state of he editor checkbox. If parameter is set toTrue, the checkbox is selected, otherwise the checkbox is deselected.
The Value property is available if the IBindingCheckBox.ValueDefined property is set to True. If the Value property is changed, the IBindingCheckBox.ValueDefined property is automatically set to True.
The example of use is given in description of the IBindingCheckBox.Caption property.
See also: