IBindingObjectParamValues.Value

Syntax

Value(ItemId: String): String;

Parameters

ItemId. Parameter identifier.

Description

The Value property determines parameter value with the specified identifier.

Comments

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.

To specify the data type that has the sent value, one can add one of the values of the ForeVariantType enumeration before the value. The data type and the value are separated with a colon, for example, when specifying PARAMID_Item = "2:True" the true value will be sent as a string.

The Value property is available if the ValueDefined property is set to True. If value of the Value property is changed, the ValueDefined property is automatically set to True.

Example

The example of use is given in description of the IBindingDimCombo.ParamValues property.

See also:

IBindingObjectParamValues