Value(ItemId: String): String;
Value[ItemId: String]: String;
ItemId. Parameter identifier.
The Value property determines parameter value with the specified identifier.
When the parameter value is set up using the Value property in binding string, the following view is generated: PARAMID_ident = "value", where "ident" is the specified parameter identifier and "value" is the value determined for the Value property.
The Value property is available if the ValueDefined property is set to True. If the Value property value is changed, the ValueDefined property is automatically set to True.
The example of use is given in description of the IBindingDimCombo.ParamValues property.
See also: