IRdsBaseBinding.HasMultipleValues

Syntax

HasMultipleValues: Boolean;

Description

The HasMultipleValues property determines whether multiple values can be stored by the attribute.

Comments

If the HasMultipleValues property is set to True, multiple values are enabled for the attribute. The following properties need to be defined in the binding parameters:

Example

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

See also:

IRdsBaseBinding