IRdsParamsControl.ValueSelect

Syntax

ValueSelect(Param: IRdsParam): RdsParamsControlValueSelect;

Parameters

Param. The parameters of the linked dictionary, for which parameter value should be bound to values of edited dictionary attribute.

Description

The ValueSelect property determines an algorithm for selecting attribute value during multiple selection for binding of values of edited dictionary attribute to bound dictionary parameter.

Comments

The binding of bound dictionary parameter to edited dictionary attribute values enales the user to change parameter value in the bound dictionary if attribute value is changed. The algorithm for selecting value during multiple selection determines the value that will be sent to the parameter: all values, the first value, the last value.

For details see the Creating Binding section.

Example

The property use is given in the example for IRdsParamsControl.ParamAttribute.

See also:

IRdsParamsControl