IRdsBaseBinding.ValueField

Syntax

ValueField: String;

Description

The ValueField property determines field of the table containing multiple values that stores values.

Comments

This property is relevant if the HasMultipleValues property is set to True. The table that stores multiple attribute values is selected in the DetailTable or DetailTableObject property.

Example

The example of use is given in description of the IRdsLoaderBindings.Add method.

See also:

IRdsBaseBinding