IRdsBaseBinding.KeyField

Syntax

KeyField: String;

Description

The KeyField property determines field of the table containing multiple values, that will be linked to the field of the Field data source.

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