IBindingObjectParamValues.Value

Fore Syntax

Value(ItemId: String): String;

Fore.NET 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.

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.

Example

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

See also:

IBindingObjectParamValues